oliwa
11/19/2015 - 12:54 PM

Default CSS with SVG support

Default CSS with SVG support

img {
  max-width: 100%;
  height: auto;
}

img [src$=".svg"] {
 max-width: auto;
 width: 100%;
 height: auto;
}