wxss
.yourImg{ width: 100%; }
wxml(在标签上加一个mode = "widthFix")
<image class="yourImg" src=‘./../images/food/tiantang.png‘ mode="widthFix"></image>
Posted neil120
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了微信小程序 Image 图片实现宽度100%,高度自适应相关的知识,希望对你有一定的参考价值。
wxss
.yourImg{ width: 100%; }
wxml(在标签上加一个mode = "widthFix")
<image class="yourImg" src=‘./../images/food/tiantang.png‘ mode="widthFix"></image>
以上是关于微信小程序 Image 图片实现宽度100%,高度自适应的主要内容,如果未能解决你的问题,请参考以下文章