From 5b9661be59ea962248e01b4efe1694b5158d974e Mon Sep 17 00:00:00 2001 From: chicpro Date: Wed, 2 Oct 2013 11:35:52 +0900 Subject: [PATCH] =?UTF-8?q?view=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20=EB=A6=AC?= =?UTF-8?q?=EC=82=AC=EC=9D=B4=EC=A6=88=20=EB=95=8C=20height=20=EC=B4=88?= =?UTF-8?q?=EA=B8=B0=ED=99=94=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/viewimageresize.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/viewimageresize.js b/js/viewimageresize.js index b3c4ed65b..40e436143 100644 --- a/js/viewimageresize.js +++ b/js/viewimageresize.js @@ -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());