[css] 모바일 웹 img 크기 조절 방법
·
Programing
* 추가 모바일페이지에서 이미지 크기를 가변적으로 변경하기 [ex] http://cleannj.co.kr/m/ 브라우저 창 크기 변경시 이미지 사이즈가 줄었다 늘었다하는걸 볼 수 있습니다. [html] [css] .visual { width:100%; margin:0 auto; text-align:center; } .visual img { max-width:100%; } 출처 - http://www.dweb.co.kr/bbs/board.php?bo_table=webstandard&wr_id=20 * 디바이스마다 확인 http://troy.labs.daum.net/ > http://bit.ly/1i3hc19 검색 content : width [number | device-width], height [num..