码迷,mamicode.com
首页 > 移动开发 > 详细

手机站图片设置固定比例大小

时间:2017-07-25 19:49:57      阅读:165      评论:0      收藏:0      [点我收藏+]

标签:图片比例

<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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!