Quote:
Originally Posted by Quoth
I set height to 80px and width to auto for small graphics and width to a suitable % and height to auto for large graphics.
|
Looks like that won't work in epub v3
From...
https://developer.mozilla.org/en-US/...ML/Element/img
Use both width and height to set the intrinsic size of the image, allowing it to take up space before it loads, to mitigate content layout shifts.
width: The intrinsic width of the image in pixels. Must be an integer without a unit.
height: The intrinsic height of the image, in pixels. Must be an integer without a unit.