View Single Post
Old 05-03-2017, 12:51 PM   #4
fluoresce
Enthusiast
fluoresce ought to be getting tired of karma fortunes by now.fluoresce ought to be getting tired of karma fortunes by now.fluoresce ought to be getting tired of karma fortunes by now.fluoresce ought to be getting tired of karma fortunes by now.fluoresce ought to be getting tired of karma fortunes by now.fluoresce ought to be getting tired of karma fortunes by now.fluoresce ought to be getting tired of karma fortunes by now.fluoresce ought to be getting tired of karma fortunes by now.fluoresce ought to be getting tired of karma fortunes by now.fluoresce ought to be getting tired of karma fortunes by now.fluoresce ought to be getting tired of karma fortunes by now.
 
Posts: 38
Karma: 342440
Join Date: Apr 2017
Device: Sigil
Quote:
Originally Posted by Turtle91 View Post
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=""/>
fluoresce is offline   Reply With Quote