Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created July 6, 2020 05:46
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 velotiotech/c993baa6a750d9931bd5ec648adf67b9 to your computer and use it in GitHub Desktop.
Save velotiotech/c993baa6a750d9931bd5ec648adf67b9 to your computer and use it in GitHub Desktop.
Have you diagnosed your app’s performance yet? - Replacing GIF with a video
<video autoplay loop muted playsinline>
<source src="my-funny-animation.webm" type="video/webm">
<source src="my-funny-animation.mp4" type="video/mp4">
</video>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment