ueditor 多图上传 手机图片适配 图片宽度设置max-width
摘要:
在ueditor.all.js文件中搜索 UE.commands['insertimage'] 1.单图加载:在红框处<img> 标签中,增加 style="max-width:100%;" 2.多图加载:修改else程序块<img>标签,在红色代码部分增加 max-width:100%; 阅读全文
posted @ 2020-10-30 15:09 暖暖的朝阳 阅读(331) 评论(0) 推荐(0)