Responsive Image Demo
共通css
img { max-width: 100%; height:auto; }
imgタグのwidth・height属性あり
imgタグのheight属性なし
imgタグのwidth・height属性なし
IE8のみwidth:autoを適用
img#IE8hack{ width /***/:auto; }