I am currently in the process of creating a custom video player and I need to include a full-screen button. However, when I click on it, the video does not expand to fill up the entire screen. I am using javascript, css3, and html5 for this project. Any assistance or guidance would be greatly appreciated. Thank you.
Here is how everything is currently set up:
divider: video, range, div, enddiv, endiv
I want the first divider to go fullscreen along with all its contents. Please review my code below:
// JavaScript code snippet here...
/ * CSS code snippet here... */
<HTML code snippet here...>