Last active
April 2, 2021 15:35
-
-
Save ricardodantas/ac12d8979aa4cf5c7cdba90e8d6dfafc to your computer and use it in GitHub Desktop.
Switch from GIFs to video
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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