Skip to content

Instantly share code, notes, and snippets.

@joshuacronemeyer
Created September 7, 2012 18:10
Show Gist options
  • Save joshuacronemeyer/3668266 to your computer and use it in GitHub Desktop.
Save joshuacronemeyer/3668266 to your computer and use it in GitHub Desktop.
Simultaneous FG/BG videos
<html>
<head></head>
<body>
<ul id="thumbnail-container" >
<li><video id="thumb-1"></video></li>
<li><video id="thumb-2"></video></li>
</ul>
<video id="bg-1"></video>
<video id="bg-2"></video>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment