Quote:
Originally Posted by paola
thank you guys: do you have any suggestions for the best measurements to put in the Mini?
|
As DNSB said, I think the principle is the same for all screen resolutions:
Code:
<div>
<svg xmlns="http://www.w3.org/2000/svg" height="100%" preserveAspectRatio="xMidYMid meet" version="1.1" viewBox="0 0 660 880" width="100%" xmlns:xlink="http://www.w3.org/1999/xlink">
<image height="880" width="660" xlink:href="../Images/cover.jpg"></image>
</svg>
</div>
Replace the two 660 with the real width of the image, and the two 880 with the real height of the image (Sigil displays the width and height if you open the image).