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
根据文档描述,图片渲染是根据是否指定width 和height 来确定mode是widthFix / heightFix 还是 scaleToFill, 似乎没有办法实现 aspectFill. 是否可以考虑判断源style 包含 object-fit: cover 来使用 aspectFill 模式?
object-fit: cover
The text was updated successfully, but these errors were encountered:
修复了 img 标签设置 object-fit 无效的问题 #567
738947d
No branches or pull requests
问题描述
根据文档描述,图片渲染是根据是否指定width 和height 来确定mode是widthFix / heightFix 还是 scaleToFill, 似乎没有办法实现 aspectFill.
是否可以考虑判断源style 包含
object-fit: cover
来使用 aspectFill 模式?The text was updated successfully, but these errors were encountered: