Width and height attributes for images
Opened this issue · 0 comments
Lordovos commented
Is your feature request related to a problem?
No.
What is the feature?
It would be nice if we could supply width and height attributes for images without having to utilize classes or inline-styles. Most CSS-based solutions (such as using transform: scale(2)
) will not reflow the layout to properly fit the image.