모바일 뷰화면 이미지 리사이즈 스크립트 수정
This commit is contained in:
@ -16,6 +16,9 @@
|
|||||||
var $img = this.find(cfg.selector);
|
var $img = this.find(cfg.selector);
|
||||||
var $this = this;
|
var $this = this;
|
||||||
|
|
||||||
|
$img.removeAttr("height")
|
||||||
|
.css("height", "");
|
||||||
|
|
||||||
function image_resize()
|
function image_resize()
|
||||||
{
|
{
|
||||||
var width = $this.width();
|
var width = $this.width();
|
||||||
|
|||||||
Reference in New Issue
Block a user