View Single Post
Old 03-26-2020, 07:32 AM   #3
Skydancer
Enthusiast
Skydancer began at the beginning.
 
Skydancer's Avatar
 
Posts: 30
Karma: 10
Join Date: Mar 2019
Location: Slovenia
Device: PocketBoot Inkpad 3
@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.

Last edited by Skydancer; 03-26-2020 at 03:32 PM.
Skydancer is offline   Reply With Quote