You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered: