View Single Post
Old 12-28-2009, 02:58 PM   #202
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 80,019
Karma: 147977995
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by Jellby View Post
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.
JSWolf is offline   Reply With Quote