I am working with images, and I ran across a problem with aspect ratios.
I think, in finally that this is the best solution, easy and simple:
img { display: block; max-width: 100%; max-height: 100%; width: auto; height: auto; }