Quote:
Originally Posted by bobcdy
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.