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