Quote:
Originally Posted by ShellShock
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).
|
Thanks to the info in this thread I have been able to get the maps on my fantasy books to fill up the Aura's screen.
But the images have all been off-centre. How do I make images bigger and centred at the same time? I am a novice and have only just worked out how to use sigil, most of this thread is going over my head, so please be gentle.