[bug处理」微信小程序——图片拉伸后,再恢复正常大小问题

问题描述:
页面进入时,图片会变大然后再恢复正常

HTML代码 <image src="XXXX" mode="widthFix" class="pic">
在这里插入图片描述
解决方式:

再给image 加 初始高度

.pic {
		height:0
}

猜你喜欢

转载自blog.csdn.net/xff_xiaofanfan/article/details/106263044