Quote:
Originally Posted by KevinH
If anyone has Adobe Digital Editions versions on their machines could they please test the use of "100%" for width and height in an svg cover versus "100vw" for width and "100vh" for height (or 98 or 95 or ...). And report back.
Also please test elibrarian's inline style workaround if you find a version of ADE that has the bug and report that back also.
That way we can make a more informed decision on how best to workaround this ADE bug for use in the next version of Sigil.
Thanks
KevinH
|
@elibrarian's workaround works perfectly in ADE 2.0.1. I would change 98vh to 100vh. Covers don't look good when they aren't full screen. Question. Does the style make any difference to ePub 3?
<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 1669 2560"
preserveAspectRatio="xMidYMid meet"> <image width="1669" height="2560"
xlink:href="images/cover.jpg"/>
</svg>
</div>[/quote]