Skip to content

Instantly share code, notes, and snippets.

@larchanka
Last active August 29, 2015 14:23
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 larchanka/80e4cf1c1253bf06a067 to your computer and use it in GitHub Desktop.
Save larchanka/80e4cf1c1253bf06a067 to your computer and use it in GitHub Desktop.
<!-- HTML code -->
<video id="player" x-webkit-airplay="allow" class="player">
<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>
<div id="play-controls">
<button type="button" id="mute"><i class="fa fa-volume-up fa-lg"></i></button>
<button type="button" id="airplay"><i class="fa fa-apple fa-lg"></i></button>
<button type="button" id="play-pause"><i class="fa fa-play fa-lg"></i></button>
<input type="range" id="seek-bar" value="0">
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment