Is there a way to make HTML5 video fullscreen?
2020 answer HTML 5 provides no way to make a video fullscreen, but the parallel Fullscreen API defines an API for elements to display themselves fullscreen. This can be applied to any element, including videos. Browser support is good, but Internet Explorer and Safari need prefixed versions. An external demo is provided as Stack Snippet … Read more