uniapp image mode="widthFix"等等的用法

必须要在css定义图片的宽度和高度 这样才能发挥mode="widthFix"之类的作用

.list-image image{
    width: 345rpx;
    height: 345rpx;
}

html

<image src="../../static/images/nopic1.gif" mode="widthFix"></image>

原文地址:https://www.cnblogs.com/xm666/p/15577886.html