Quote:
Originally Posted by elibrarian
You're right; it's not a bug in Sigil – it's a bug in ADE from – I think – version 4 and up. It renders SVG-covers very small, but I've found that putting
style="height:98vh;"
(the "98" can be any percentage) into the SVG-code forces ADE to render it correctly, and doesn't seem to bother other readers. It only works by putting it directly in the SVG-code.
Sample:
<svg version="1.1" xmlns="http://www.w3.org/2000/svg"
style="height:98vh;" xmlns:xlink="http://www.w3.org/1999/xlink"
width="100%" height="100%" viewBox="0 0 1650 2200"
preserveAspectRatio="xMidYMid meet"> <image width="1650" height="2200"
xlink:href="../Images/hawthorne-det_roede_bogstav.jpg"/>
(the code may not be "state of THE art", just state of MY art  )
Regards
Kim
|
Height should be 100% in order to fill the screen. There is no reason to use hv as % keeps backwards compatibility better. vh won't work either. % is what will work.
RMSDK as used by Kobo is too old to woth with hv or vw. Only % is going to work. So a change to 100% is what's needed tow work properly.