icindy / wxParse

wxParse-微信小程序富文本解析自定义组件,支持HTML及markdown解析

Home Page:http://weappdev.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

对于拼接的多图片,中间会出现一条白线,已经确认多图中没有其他html组件

getideas opened this issue · comments

对于拼接的多图片,中间会出现一条白线,已经确认多图中没有其他html组件,只是image

最外层 font-size:0

最外层 font-size:0

测试了没有效果,具体是加在哪里


在detail里面吗?

page{
font-size:0
}

最终是修改wxParseImg中的mode="scaleToFill" 解决了这个白线条问题。