微信小程序 Image 图片实现宽度100%,高度自适应

时间:2018-02-06 01:05:29   收藏:0   阅读:287

做法如下:

样式设置宽度100%,

.img{ width:100%;}

添加属性 mode="widthFix",

<image class="img" src="../../images/hello.png" mode="widthFix">

 

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!