이미지 등비율 리사이즈 스크립트 수정
This commit is contained in:
@ -197,6 +197,8 @@ function view_image_resize()
|
|||||||
} else if (img_width <= img_wrap && img_width >= $(this).data("width")) {
|
} else if (img_width <= img_wrap && img_width >= $(this).data("width")) {
|
||||||
$(this).removeClass('img_fix');
|
$(this).removeClass('img_fix');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
alert($(this).data("width"));
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
Reference in New Issue
Block a user