公众号文章图片滑动代码不适配?
发布于 6 年前 作者 xiayan 5262 次浏览 来自 问答

<section style="">

<p style=“white-space: nowrap; overflow-x: scroll;”>

<img style=“width: 300px !important; margin-right: 5px; visibility: visible !important; height: auto !important;” data-ratio=“0.6533333333333333” data-w=“300” width=“300px” src=“图片1网址” /> &nbsp; &nbsp; &nbsp;<img style=“width: 300px !important; margin-right: 5px; visibility: visible !important; height: auto !important;” data-ratio=“0.6533333333333333” data-w=“300” width=“300px” src=“图片2网址” /> &nbsp; &nbsp; &nbsp;<img style=“width: 300px !important; visibility: visible !important; height: auto !important;” data-ratio=“0.6533333333333333” data-w=“300” width=“300px” src=“图片3网址” />

</p>

</section>

苹果端,电脑端可以适配到,但安卓端没办法。

安卓效果

苹果效果

1 回复

平台对换行做了特殊处理,后续会优化这种类型的问题,可以先考虑用<pre>标签来解决。

回到顶部