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".
|
Hmmm. I mean, this was your code originally... Does the VH work in epub2? Also I really don't want the image to scale infinitely with screen size, hence the em limit.
But also do you know why the max height isn't being honored in the Readium plug-in?