We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
图片无法自适应,比如富文本有小图(表情图,icon等),image微信小程序有默认样式,
width: 320px; height: 240px; display: inline-block; overflow: hidden;
而你设置了mode=widthFix这样就会被拉伸,能否计算出图片宽度赋值,实现图片自适应?
mode=widthFix
The text was updated successfully, but these errors were encountered:
No branches or pull requests
图片无法自适应,比如富文本有小图(表情图,icon等),image微信小程序有默认样式,
而你设置了
mode=widthFix
这样就会被拉伸,能否计算出图片宽度赋值,实现图片自适应?The text was updated successfully, but these errors were encountered: