v1.6.5
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.