jin-yufeng / mp-html

小程序富文本组件,支持渲染和编辑 html,支持在微信、QQ、百度、支付宝、头条和 uni-app 平台使用
https://jin-yufeng.gitee.io/mp-html
MIT License
3.26k stars 477 forks source link

如何实现mode=aspectFill? #567

Closed GeeMing closed 7 months ago

GeeMing commented 8 months ago

问题描述

根据文档描述,图片渲染是根据是否指定width 和height 来确定mode是widthFix / heightFix 还是 scaleToFill, 似乎没有办法实现 aspectFill. 是否可以考虑判断源style 包含 object-fit: cover 来使用 aspectFill 模式?