Created
October 21, 2016 11:58
-
-
Save tobiastom/b79db4a38577a3f79eb2f33a4dd7cce2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var player = document.querySelector('.html5-video-player'); | |
var video = player.querySelector( 'video' ); | |
player.parentNode.replaceChild( video, player ); | |
video.controls = true; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment