Quote:
Originally Posted by momoha
c) this is WEIRD, in your ePub it works, but in all of my ePub3 it is NOT working at all, and I got no idea why it reacts differently in mine and yours!!!! I joined my file in case you are curious to check it out.
|
And where is the class ".portrait" in your .css file?

For that reason your epub3 is not working. You need to add in your .css stylesheet the following:
Code:
.portrait {
height: 100vh;
}
This is the key to solve the ADE bug with SVG images. Congratulations; you found it, but you are not using it