Skip to content

Instantly share code, notes, and snippets.

@nmsdvid
Created March 4, 2014 17:37
Show Gist options
  • Save nmsdvid/9351587 to your computer and use it in GitHub Desktop.
Save nmsdvid/9351587 to your computer and use it in GitHub Desktop.
Super responsive image
.responsive-img {
width: auto\9;
height: auto;
max-width: 100%;
vertical-align: middle;
border: 0;
-ms-interpolation-mode: bicubic;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment