Skip to content

Instantly share code, notes, and snippets.

@raphaeleidus
Last active August 29, 2015 14:07
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 raphaeleidus/143a54c17d72953370f2 to your computer and use it in GitHub Desktop.
Save raphaeleidus/143a54c17d72953370f2 to your computer and use it in GitHub Desktop.
video with gif fallback test
<video loop autoplay>
<source src='video.mp4' type='video/mp4' />
<source src='video.ogv' type='video/ogg' />
<img src='http://38.media.tumblr.com/3949f95214c1798f96eef27ccf878b15/tumblr_naqv4tFDqG1s2yegdo1_400.gif' />
</video>
This file has been truncated, but you can view the full file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment