https://x1.php168.com/public/static/libs/ueditor/lang/zh-cn/images/localimage.png) no-repeat center center;border:1px solid #ddd"/>https://www.bhsedu.net.cn/cms/show-69.html
pc端显示正常,手机端显示时图片比例失调.
问题2:
无障碍阅读增强版插件,按随风修改网页的方法设置可以成功,但用安装增强版插件的方式却无法实现其功能,请教如何修正这个插件?
非常感谢楼上两位的帮助,手机端图像比例失调问题得到解决:
修改css文件
/public/static/index/default/article.css
查找:
.ShowContent img{
max-width:100%;
}
修改为
.ShowContent img{
width:auto !important;height:auto !important;max-width:100%;
}
你的图片写了样式,要过滤掉样式才行,要不然肯定变形。