Merge branch 'g5'

This commit is contained in:
chicpro
2014-06-19 10:59:25 +09:00

View File

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