kindle bug with scaled images
Hi,
Has anyone else experienced this? I find that when I scale an image using ems, it works great on Kindle Fire (and on Kindle Previewer 3), except for one thing: If the user increases the font size so that the width of the image takes up the entire screen, it "locks" at that size, and subsequently the image no longer scales down with the font size; it simply takes up the entire width of the screen.
Before-and-after screenshots attached. This example is an in-line image used in kind of a weird way, but the same thing happens with all the images I've used in the book (a lot). Here's the CSS
img.under{
display:inline-block;
width:10em;
top:.7em;
right:10em;
}
span.under img.under{
vertical-align: baseline;
position: relative;
top: .7em;
}
<span class="under"><img class="under" src="images/underline.jpg" alt=""/>
Thanks!
—Chris
|