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.
|
Both ADE 2.0.1.78765 and ADE 4.5.11.187303 for Windows render covers in EPUB
2 books with the default SVG cover code fine.
(I used
this MR book for the test.)
Cover code:
However, the cover of this
epub3 MR book was not correctly rendered in ADE 4.5.11. (It was rendered fine in ADE 2.0.1.)
Cover code:
After implementing the change recommended by elibrarian, the cover was correctly rendered.
(I used
height:100vh; instead of
height:98vh;)