微信小程序 Image 图片实现宽度100%,高度自适应
2020-04-20 本文已影响0人
Bior
做法如下:
样式设置宽度100%,
.img{width: 100%;}
添加属性 mode="widthFix",
<image class="img" src="../../images/hello.png" mode="widthFix">
即可实现!
做法如下:
样式设置宽度100%,
.img{width: 100%;}
添加属性 mode="widthFix",
<image class="img" src="../../images/hello.png" mode="widthFix">
即可实现!