View Single Post
Old 05-28-2023, 01:56 PM   #19
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 80,204
Karma: 148951761
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by KevinH View Post
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]
JSWolf is offline   Reply With Quote