I have been trying to sort out how to center an oversized image within a div using css only.
We are using a fluid layout, so the width of the image containers varies
Do not use fixed or an explicit width or height to the image tag. Instead, code it:
max-width:100%; max-height:100%;
ex: http://jsfiddle.net/xwrvxser/1/