Skip to content

Instantly share code, notes, and snippets.

@LarryMatte
Last active April 12, 2016 01:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LarryMatte/7fa9b3c7e07a7226370120345d00c901 to your computer and use it in GitHub Desktop.
Save LarryMatte/7fa9b3c7e07a7226370120345d00c901 to your computer and use it in GitHub Desktop.
.svg {
background-image: url(mySvgFile.png); /* fallback using a png file */
background-image: url(mySvgFile.svg);
background-size: contain;
display: block;
width: 150px;
height: 50px;
}
<div class="svg"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment