I am working with images, and I ran across a problem with aspect ratios.
Just add this to your css, It will automaticly shrink and expand with keeping the original ratio.
img { display: block; max-width: 100%; max-height: 100%; width: auto; height: auto; }