티스토리 뷰
개발/javascript,jQuery
[javascript] 이미지 크기(width, height), 이미지 원본 파일의 크기(naturalWidth, naturalHeight)
토마토.. 2016. 3. 27. 23:23javascript 이미지의 크기는 width, height 와 이미지 원본 파일의 실제 크기 naturalWidth, naturalHeight 가 있습니다.
( 제가 올리는 javascript 정보는 jQuery를 기본적으로 사용합니다. )
이미지의 사이즈는 width, height 값을 기본적으로 사용하는데, 이 width, height 값은 화면상에 보이는 크기입니다.
이미지 원본 파일의 실제 크기를 구할때는 naturalWidth, naturalHeight 를 사용합니다.
아래 예제 코드를 보시죠.
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> <script type="text/javascript"> function myinfo(obj){ $("#myimgwidth").text(obj.width); $("#myimgheight").text(obj.height); $("#myimgnaturalWidth").text(obj.naturalWidth); $("#myimgnaturalHeight").text(obj.naturalHeight); } </script> <img id="myimg" src="https://t1.daumcdn.net/cfile/tistory/2647BA3456F3F6C32D?original" width="850" border="0" onload="javascript:myinfo(this);"> <div style="padding:10px"> img width : <span id="myimgwidth"></span><br /> img height : <span id="myimgheight"></span><br /> img naturalWidth : <span id="myimgnaturalWidth"></span><br /> img naturalHeight : <span id="myimgnaturalHeight"></span> </div>
아래와 같이 출력됩니다.
img width :
img height :
img naturalWidth :
img naturalHeight :
img height :
img naturalWidth :
img naturalHeight :
'개발 > javascript,jQuery' 카테고리의 다른 글
공유하기 링크
- TAG
- javascript, javascript get image width and height, javascript image width height, javascript img height, javascript img naturalHeight, javascript img naturalWidth, javascript img size, javascript img width, javascript img width height, jQuery, jquery get image naturalWidth naturalHeight, jquery image naturalHeight, jquery image naturalWidth, jquery image naturalWidth naturalHeight, jquery image size, jquery image width, jquery image width height
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- 908,420
- Today
- 196
- Yesterday
- 326
링크
TAG
- 퓨리스 A34
- 자동차 디테일링
- 퓨리스 타이어 광택제
- 디테일링
- 티스토리 스킨
- 티스토리
- 퓨리스 A34 왁스
- 데피니티브 율리시스
- 블로그
- TDG 블루베리 휠클리너
- 티스토리 새 반응형 웹스킨 #1
- 세차
- 해운대
- 티스토리 반응형 스킨 #1
- 셀프세차
- 타이어 드레싱
- 포스타 upp
- 타이어 광택제
- 타이어 광택제 비교
- 티스토리 반응형 스킨