View Single Post
Old 01-29-2019, 01:06 PM   #16
RbnJrg
Wizard
RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.
 
Posts: 1,821
Karma: 8700631
Join Date: Mar 2013
Location: Rosario - Santa Fe - Argentina
Device: Kindle 4 NT
Quote:
Originally Posted by momoha View Post
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
RbnJrg is offline   Reply With Quote