$(window).load(function(){$("img[name='picautozoom']").each(function(){if(this.complete){var smallwidth=$(this).width();var smallheight=$(this).height();$(this).width(smallwidth).css("height","auto");if($(this).height()>smallheight){$(this).height(smallheight).css("width","auto");$(this).css("padding","0px "+math.floor(math.abs((smallwidth-$(this).width())/2))+"px");}else{$(this).css("padding",math.floor(math.abs((smallheight-$(this).height())/2))+"px 0px");}}});});