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