Skip to content

Instantly share code, notes, and snippets.

@lxneng
Created September 4, 2012 05:21
Show Gist options
  • Save lxneng/3616907 to your computer and use it in GitHub Desktop.
Save lxneng/3616907 to your computer and use it in GitHub Desktop.
Responsive Design: Max-Width Images
img, video, audio, embed {
max-width:100%;
height:auto !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment