Quote:
Originally Posted by phossler
epub3b --
Code:
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="100%" height="100%" viewBox="0 0 306 423" preserveAspectRatio="xMidYMid meet">
<image width="306" height="423" xlink:href="../cover.jpg"/>
</svg>
|
Try this code instead of <svg> and see if it helps:
Code:
<div><img alt="image" style="max-height: 100%; max-width: 100%;" src="../cover.jpg"/></div>