Skip to content

Instantly share code, notes, and snippets.

@mikedijkstra
Created January 16, 2017 20:25
Show Gist options
  • Save mikedijkstra/861fad6fb58af8ba60abba6bc279e0b4 to your computer and use it in GitHub Desktop.
Save mikedijkstra/861fad6fb58af8ba60abba6bc279e0b4 to your computer and use it in GitHub Desktop.
Responsive Image CSS
.u-responsive {
display: block;
height: auto;
margin: 0 auto;
max-width: 100%;
width: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment