Quote:
Originally Posted by Turtle91
I've heard before that ADE doesn't do a very good job with dynamically downscaling. I would think it is better to create a decent smaller scale version and add them to your epub. Then you can use media queries (I think they work on ADE devices??) to determine which version (hi- or lo- res) to display.
|
Hi, Turtle91. I can't add any more images, unfortunately. The file size is already too big.
Is this definitely a problem with ADE's downscaling? Might it be my CSS?
My CSS for every image looks like this:
Stylesheet CSS
Code:
img {
max-width: 100%;
height: auto;
}
HTML
Code:
<img src="whatever" alt=""/>