기능개선 및 오류 수정

This commit is contained in:
chicpro
2014-06-20 13:37:58 +09:00
parent dc06aed164
commit a949c32b4c
5 changed files with 7 additions and 9 deletions

View File

@ -16,6 +16,9 @@
var $img = this.find(cfg.selector);
var $this = this;
$img.removeAttr("height")
.css("height", "");
function image_resize()
{
var width = $this.width();