이미지 등비율 리사이즈 스크립트 수정

This commit is contained in:
chicpro
2013-01-25 16:11:43 +09:00
parent 01c32fadb6
commit ff2705f56c

View File

@ -197,6 +197,8 @@ function view_image_resize()
} else if (img_width <= img_wrap && img_width >= $(this).data("width")) {
$(this).removeClass('img_fix');
}
alert($(this).data("width"));
});
}
</script>