Don't use "width: 100%; height: 100%;", that will (or might) stretch the images out of proportion. Use only "width: 100%;" and it should be fine, but it might depend on the container too (for example, maybe each image is inside a <div>, and this <div> has some specified width too...)
|