标签:图片比例
<script type="text/javascript">
$(function() {
$(".pro li img").height($(".pro li img").width() / (1 / 1));
$(".pro-2 li img").height($(".pro-2 li img").width() / (3 / 2));
});
</script>
手机站图片设置固定比例大小
原文地址:http://henhao.blog.51cto.com/13096453/1950863