Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 676 Bytes

fullscreen.md

File metadata and controls

11 lines (8 loc) · 676 Bytes

feature: fullscreen status: caution tags: fallback kind: api polyfillurls: jQuery Fullscreen Plugin

The Full Screen API is available in Edge (unprefixed); IE11 (-ms-); Firefox 10+ (-moz-); and Chrome 15+, Opera 15+, and Safari 5.1+ (via -webkit-).

screenfull.js is a simple, dependency free wrapper for cross-browser usage of the JavaScript Fullscreen API.

A jQuery plugin is available which contains an optional fallback to a minimal-chrome browser window when the Full Screen API is unavailable. Use as a progressive enhancement for those select browsers only.