Quote:
Originally Posted by Skydancer
@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.