Skip to content

Instantly share code, notes, and snippets.

@tobiastom
Created October 21, 2016 11:58
Show Gist options
  • Save tobiastom/b79db4a38577a3f79eb2f33a4dd7cce2 to your computer and use it in GitHub Desktop.
Save tobiastom/b79db4a38577a3f79eb2f33a4dd7cce2 to your computer and use it in GitHub Desktop.
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