Contents

webkitEnterFullscreen

Enters fullscreen mode.

Declaration

void webkitEnterFullscreen();

Discussion

This method throws an exception if the element is not allowed to enter fullscreen—that is, if webkitSupportsFullscreen is false.

See Also

Displaying Video Fullscreen