小程序富文本 图片过大问题处理

<rich-text nodes="{{content}}" style="font-size:14px;" space="emsp"></rich-text>
content为后端返回数据
content = content.replace(/\<img/gi, '<img style="max-width:100%;height:auto" ')
过滤设置最大width
this.setData({content:content})
posted @ 2020-06-08 11:22  悟空dong  阅读(1264)  评论(0编辑  收藏  举报