Skip to content

v1.6.5

Choose a tag to compare

@marco910 marco910 released this 22 Apr 11:36
· 4 commits to master since this release

Added props htmlWidth and htmlHeight to the ImageComponent component to allow the user to set the explicit width and height of the image in the HTML. If htmlWidth and/or htmlHeight are set, the width and height will be added to the <img /> element in the HTML.

The default width and height props could not be used for the explicit width and height because they are used for the image optimization.