View Single Post
Old 11-26-2010, 04:01 AM   #5
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,557
Karma: 19500001
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
Quote:
Originally Posted by bobcdy View Post
All of the images are sized as percentages of the full width or height.
Using a percentage in height might not work as you expect. If the image is inside an element with no fixed height (typically a <p> or <div> inside <body>), the percentage may actually refer the the width of the container (typically the page or screen).

The above is probably unrelated to your problem, which looks like a bug, but I guessed you'd like to know it.
Jellby is offline   Reply With Quote