Is there any way to do this? I wan to play video in full screen. Without browser. setting width:100%; height:100%; keep browser visible yet
width:100%; height:100%;
All hail HTML5 _/\_
var videoElement = document.getElementById('videoId'); videoElement.webkitRequestFullScreen();