Quote:
Originally Posted by KevinH
So the exact same version of ADE 4.5.11.187303 on Windows works fine for epub2 with 100% but not for epub3?
|
In case my report was unclear, I only used ADE 2.0.1.78765 and ADE 4.5.11.187303 for my tests and I didn't have to modify the svg code of the epub
2 book for ADE2 and ADE4, because both rendered the cover fine.
I only had to add
height:100vh; to the cover svg code of the epub
3 book for ADE4.
IIRC, ADE 4 comes with two different rendering engines, one for epub2 books and one for epub3 books, which would explain the different rendering results for epub2 and epub3 book covers.
Quote:
Originally Posted by KevinH
Sigil does have epub version specific code for the cover so adding that workaround to the epub3 version is easily doable.
|
Adding
height: 100vh; to the cover svg style tag in epub
3 books should fix this annoying ADE 4 problem.