Skip to content

Instantly share code, notes, and snippets.

@kuatsure
Created May 12, 2015 20:53
Show Gist options
  • Save kuatsure/dd2470937c9ed07ef0ae to your computer and use it in GitHub Desktop.
Save kuatsure/dd2470937c9ed07ef0ae to your computer and use it in GitHub Desktop.
example picture element from an event apart digest issue 3
<picture>
<source type="image/svg+xml" srcset="pic.svg">
<img src="pic.png" alt="…">
</picture>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment