View Single Post
Old 07-12-2025, 04:42 PM   #6
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: 79,796
Karma: 146391129
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 Slevin#7 View Post
Afaik, EPUB2 would simply ignore the vh, since it just doesn't know about, right? And since flex also isn't supported by EPUB2, it just shouldn't do anything but displaying the content in its normal flow.

Btw, is that a typo in your answer with hv and wv, or are these proper units?
If you did something like
Code:
.height {
height: 100%;
height: 100vh;
}
the last height line would be the one used or ignored. Same goes for ePub3. So if you want ePub2 compatibility, vh and vw have to go. You cannot use them.

Last edited by JSWolf; 07-12-2025 at 04:46 PM.
JSWolf is offline   Reply With Quote