모바일 뷰화면 이미지 리사이즈 스크립트 수정

This commit is contained in:
chicpro
2014-06-19 10:58:05 +09:00
parent 8f9d9b057a
commit 31a69933e0

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();