Skip to content

Commit

Permalink
Create fullscreen.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mounirlamouri authored Oct 14, 2016
1 parent 8e7b36f commit 593185b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions media/fullscreen.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<body>
<video controls src=https://storage.googleapis.com/dalecurtis-shared/buck2.mp4></video>
</body>
<script>
var v = document.querySelector('video');
v.onseek = () => {
console.log('seek');
};
</script>
</html>

0 comments on commit 593185b

Please sign in to comment.