Skip to content

Instantly share code, notes, and snippets.

@ricardodantas
Last active April 2, 2021 15:35
Show Gist options
  • Save ricardodantas/ac12d8979aa4cf5c7cdba90e8d6dfafc to your computer and use it in GitHub Desktop.
Save ricardodantas/ac12d8979aa4cf5c7cdba90e8d6dfafc to your computer and use it in GitHub Desktop.
Switch from GIFs to video
<video autoplay loop muted playsinline>
<source src="/saving-energy.webm" type="video/webm">
<source src="/saving-energy.mp4" type="video/mp4">
</video>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment