Skip to content

Commit

Permalink
Improved: backgroundVideo.html hiding controls
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarotrigo committed Dec 9, 2016
1 parent 3d5ced0 commit 2e8b655
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions examples/backgroundVideo.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,15 @@
#infoMenu li a {
color: #fff;
}


/* Hiding video controls
* See: https://css-tricks.com/custom-controls-in-html5-video-full-screen/
* --------------------------------------- */
video::-webkit-media-controls {
display:none !important;
}

</style>

<!--[if IE]>
Expand Down

0 comments on commit 2e8b655

Please sign in to comment.