Skip to content

Instantly share code, notes, and snippets.

@himanshu-myupchar
Last active March 28, 2019 08:05
Show Gist options
  • Save himanshu-myupchar/cc32dd84db520bc648b7ff2cdbb13eed to your computer and use it in GitHub Desktop.
Save himanshu-myupchar/cc32dd84db520bc648b7ff2cdbb13eed to your computer and use it in GitHub Desktop.
Frontend to handle webp
<picture>
<source type="image/webp" srcset="<%[email protected](:webp)%>">
<source type="<%[email protected]_content_type%>" srcset="<%[email protected]%>">
<img class="img-fluid img-center img-responsive" data-original="<%[email protected]%>" alt="<%[email protected]%>" src=""/>
</picture>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment