Skip to content

Instantly share code, notes, and snippets.

@viktor-yakubiv
Created January 13, 2017 10:19
Show Gist options
  • Save viktor-yakubiv/12b6108e74efc5baecdd9f34105a30ab to your computer and use it in GitHub Desktop.
Save viktor-yakubiv/12b6108e74efc5baecdd9f34105a30ab to your computer and use it in GitHub Desktop.
Responsive images
<img class="img-responsive" src="..." alt="...">
.img-responsive {
display: block;
max-width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment