Skip to content

Instantly share code, notes, and snippets.

@Xavka
Created October 26, 2015 12:02
Show Gist options
  • Save Xavka/f045a7c38f5efb23c0f4 to your computer and use it in GitHub Desktop.
Save Xavka/f045a7c38f5efb23c0f4 to your computer and use it in GitHub Desktop.
<div id="video-player" class="fullscreen-bg">
<video class="fullscreen-bg__video" autoplay muted poster="img/BLUE_DOTS.jpg">
<source src="video/BLUE_DOTS.mp4" type="video/mp4">
<source src="video/BLUE_DOTS.webm" type="video/webm">
<source src="video/BLUE_DOTS.ogv" type="video/ogg">
</video>
<div class="fullscreen-bg__playlist">
<a href="video/BLUE_DOTS.mp4" class="current-video"></a>
<a href="video/ORANGE_DOTS.mp4"></a>
<a href="video/RED_DOTS.mp4"></a>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment