Codesnipp.it Social Code Sharing

Stéphanie Walter

Responsive image reset (even with whidth and height in html)

by Stéphanie Walter on Jan 05, 2012

img{ max-width: 100%; height: auto; width: auto; /* fixing ie bug*/ border: 20px solid #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

Can't see the comments? Please login first :)