第一种方法:接口里给img标签加样式(PHP)
$info['contents'] = str_replace("<img ", "<img style='max-width:100%;height:auto;'", $info['contents']);
第二种方法:小程序里给img标签加样式
that.setData({ //富文本内容 contents: res.data.contents.replace(/\<img/gi, '<img style="max-width:100%;height:auto"') })
【版权声明】感谢转载,转载请注明出处。 李维山博客http://msllws.top