view 이미지 리사이즈 때 height 초기화 추가
This commit is contained in:
@ -21,7 +21,8 @@
|
||||
$img.each(function() {
|
||||
$(this).removeAttr("width")
|
||||
.removeAttr("height")
|
||||
.css("width","");
|
||||
.css("width","")
|
||||
.css("height", "");
|
||||
|
||||
if($(this).data("width") == undefined)
|
||||
$(this).data("width", $(this).width());
|
||||
|
||||
Reference in New Issue
Block a user