Open ximmyxiao opened 1 year ago
In DTCoreText ,Each image tag need be specified a width and height value for display width='344px' height='611.01243339254px' If this width and height are not specified, the image will not display.
But in fact , many image will have width and height in url components like this(and without height&width specified as attributes): <img src=\"https://km.woa.com/asset/966393bc0a7642088bf0242c32fae152?height=2532&width=1170\">
So I make a small change to support this url .
Do you think this change is needed to be merged?
You are welcome to propose a change request with this. Sounds useful. But only if width and height isn't specified any other way.
In DTCoreText ,Each image tag need be specified a width and height value for display width='344px' height='611.01243339254px' If this width and height are not specified, the image will not display.
But in fact , many image will have width and height in url components like this(and without height&width specified as attributes): <img src=\"https://km.woa.com/asset/966393bc0a7642088bf0242c32fae152?height=2532&width=1170\">
So I make a small change to support this url .
Do you think this change is needed to be merged?