手机站使图片高度统一jq代码

<script>
function showImg(){     
       $(".honor_i_c img").each(function(index, element) {
          var bili= 10/8;      
          var width = $(element).width();   
          $(element).css("height",width*bili);       
                                                                           });           
          }
</script>

body添加 <body onload="showImg()">

posted @ 2016-10-12 10:16  MasterC  阅读(236)  评论(0编辑  收藏  举报