WxParse parsing picture problem

incorrect picture display occurred when parsing Wechat template using wxParse

<section class="KolEditor" style="undefined">
    <section style="background-image:url(http://kol-statics.oss-cn-beijing.aliyuncs.com/editor/1659479e92ba9b3edde3b32262c14764986f70.png);background-repeat:no-repeat;width: 230px;height:241px;background-size: 100%;margin: 0px auto;text-align: center;padding-top:50px;box-sizing:border-box;">
        <section style="width: 112px;margin-left:69px;overflow:hidden;overflow:hidden;">
            <img src="http://kol-statics.oss-cn-beijing.aliyuncs.com/editor/1659472c44668bc1ddaefa3daee4e348b67070.jpeg" style="vertical-align:bottom;" class="KolImg"/>
        </section>
    </section>
</section>

this is shown in WeChat Mini Programs after parsing the above documents with wxParse
clipboard.png
,
,(HTML,)
http://www.365editor.com/?f=b

clipboard.png

clipboard.png
,

clipboard.png
is style fixed to 344px * 344px
I wonder if you have encountered this kind of situation? How to improve?

Mar.24,2021

have you solved it? I encountered the same problem


Yes, I don't know if it has been solved, but I also encountered this problem. My picture width and height are fixed to 14*7.07px


I use class to set width to 100% important, so I can override the style in style

.
Menu