상품리스트 wrap 넓이 outerWidth 로 구함

This commit is contained in:
chicpro
2013-12-06 11:38:07 +09:00
parent 86284557c0
commit fb7b1fc118

View File

@ -46,7 +46,7 @@ $.fn.listType = function(type)
var list_top_pad = 20;
var list_right_pad = 10;
var list_bottom_pad = 20;
var list_real_width = 740;
var list_real_width = this.outerWidth();
var list_left_pad, list_width, list_height;
var img_width, img_height;