비동기로 이미지 불러오는 소스
$j("<img/>") .attr("src", thumbnailUrl) .load(function() { console.log(this.width); console.log(this.height); }); |
http://stackoverflow.com/questions/318630/get-real-image-width-and-height-with-javascript-in-safari-chrome
'프론트기술 > JavaScript' 카테고리의 다른 글
Javascript 옵저버 패턴 (0) | 2014.11.18 |
---|---|
Json - Object 간 변환 (0) | 2013.05.28 |
JQuery 객체에 메서드 추가하기 (0) | 2013.04.11 |