Skip to content

Instantly share code, notes, and snippets.

@skyzyx
Last active July 19, 2018 22: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 skyzyx/5257229 to your computer and use it in GitHub Desktop.
Save skyzyx/5257229 to your computer and use it in GitHub Desktop.
Load #SVG images with #PNG fallback (HTML-only)
<object data="illustration.svg" width="{w}" height="{h}">
<img src="illustration.png" width="{w}" height="{h}" alt="Helpful alternate text describing the image.">
</object>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment