View Single Post
Old 03-26-2020, 04:58 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: 80,190
Karma: 148951761
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 Skydancer View Post
@JSWolf, thank you!!!

Actually, I found out what was causing the problem — it was CSS:
Code:
margin: 30vh 0 0 0;
It seems some readers don't support the "vh" unit. When I changed it to "em", it opened the file just fine.
Glad you found the problem. Don't replace vh with em.replace vh with %. vh is the ePub 3 way of doing % which is not backwards compatible.
JSWolf is offline   Reply With Quote