摘要:
2011.08.23 update:$('.entry img').each(function(){ var width=710; //输入指定宽度,图片高度自动适应 var thiswidth = parseInt($(this).css('width')); var thisheight = parseInt($(this).css('height')); if(thiswidth < width) $(this).css('height',width / thiswidth * thisheight).css(' 阅读全文
posted @ 2010-04-17 12:29
golbz
阅读(665)
评论(0)
推荐(0)
浙公网安备 33010602011771号