Skip to content

Instantly share code, notes, and snippets.

@oliwa
Last active December 5, 2018 07:10
Show Gist options
  • Select an option

  • Save oliwa/c1a598a424360d1f99a1 to your computer and use it in GitHub Desktop.

Select an option

Save oliwa/c1a598a424360d1f99a1 to your computer and use it in GitHub Desktop.
Default CSS with SVG support
img {
max-width: 100%;
height: auto;
}
img [src$=".svg"] {
max-width: auto;
width: 100%;
height: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment