'); } }) }) } //img autoResize $(window).load(function() { if ($('.com-box .body').width()) { var fw = $('.com-box .body').width() - 12; //fixed width } else if ($('.com-box .body-foot-none').width()) { var fw = $('.com-box .body-foot-none').width() - 12; //fixed width } var sl = 'img.pict'; //selector $(sl).each(function(){ var w = $(this).width(); if (w >= fw) { var border = parseInt($(this).css('border-top-width').replace('px', ''))*2; var padding = parseInt($(this).css('padding-top').replace('px', ''))*2; var minus = border+padding; $(this).width(fw - minus); } }); });