Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
The code used to make a single HTML5 video fullscreen.
$(function(){
// Helper function to Fill and Center the HTML5 Video
jQuery('video, object').maximage('maxcover');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.