Quote:
Originally Posted by RbnJrg
You shouldn't define a height in terms of "em". What if the ereader's screen height is lower than -for example- 32em? Define the height in terms of "%" of the parent block, or better yet, in terms of "vh". According to the size of your image, a good value would be "max-height: 90vh".
|
Don't use vh. There is a lot of software out there that won't handle vh. It's best to use %. Also, vh is not ePub2 compatible.