Skip to content

Instantly share code, notes, and snippets.

@uploadcare-user
Created September 19, 2018 18:26
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 uploadcare-user/f4a12e3711fb87506e933d2960d5ce58 to your computer and use it in GitHub Desktop.
Save uploadcare-user/f4a12e3711fb87506e933d2960d5ce58 to your computer and use it in GitHub Desktop.
Uploadcare GIF to WebM and MP4 example
<video width=”384” height=”216” autoplay loop muted webkit-playsinline playsinline>
<source src=”https://ucarecdn.com/:uuid/gif2video/-/format/webm/road.gif”
type=”video/webm”>
<source src=”https://ucarecdn.com/:uuid/gif2video/-/format/mp4/road.gif”
type=”video/mp4”>
</video>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment