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

做法如下:

样式设置宽度100%,

.img{ width:100%;}

添加属性 mode="widthFix",

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

 

posted @ 2018-02-05 23:39  核电站  阅读(187)  评论(0编辑  收藏  举报