Skip to content

Instantly share code, notes, and snippets.

@brh55
Last active August 29, 2015 14:22
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 brh55/82269e2a5bf2e2ee607e to your computer and use it in GitHub Desktop.
Save brh55/82269e2a5bf2e2ee607e to your computer and use it in GitHub Desktop.
Picture Element + WEBP + Using source element.type to use browser checking
WEBP = Better compression then JPEG
Use picture element for art direction.
Browser checking if it supports a source type
<picture>
<source type="image/webp">
<!-- fall back -->
</picture>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment