Quote:
Originally Posted by Jellby
Not really, because that's 100% of the container's height, and the container is usually the <body> element, whose height is flexible and adapts to its contents (unless forced to some hardcoded height). It works with width, because <body> takes the width of the screen, but it doesn't work with height, or at least there are cases (readers) when it doesn't work.
|
Code:
<img src="resources/_cover_.jpg" alt="cover" style="height: 100%"/>
That works on ADE and my 505. it's from the cover code that Calibre uses. So if it doesn't work, then there's a bug in the ADE code.