Quote:
Originally Posted by JSWolf
Don't use both max-width and max-height. Just use max-height. Using both will just stretch the image out of shape to fill the screen.
|
Really? I've never had a problem with those. "width" and "height" may cause that, but I haven't seen it with "max-width" and "max-height".
On the other side, "height" and "max-height" are tricky, and even though some reading applications may interpret them as relative to the available screen size, that is not guaranteed to be the case.