Skip to content

Instantly share code, notes, and snippets.

@iwek
Created July 9, 2012 18:12
Show Gist options
  • Save iwek/3077980 to your computer and use it in GitHub Desktop.
Save iwek/3077980 to your computer and use it in GitHub Desktop.
HTML5 Video Test
<video controls>
<source src=http://techslides.com/demos/sample-videos/small.webm type=video/webm>
<source src=http://techslides.com/demos/sample-videos/small.ogv type=video/ogg>
<source src=http://techslides.com/demos/sample-videos/small.mp4 type=video/mp4>
<source src=http://techslides.com/demos/sample-videos/small.3gp type=video/3gp>
</video>
@joeblyth2020
Copy link

Nice can I put this in my website example a html & css page?

@piwodlaiwo
Copy link

Sure!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment