fullscreen.js

MIT License

Stars
5

Fullscreen.js

Fullscreen.js is a simple wrapper for using Fullscreen API in browsers.

This allows one to work around the various vendor-prefixed implementations of the API, and provides some convenience routines for listening for ctrl+f or cmd+f to toggle fullscreen mode.

More useful features may be added if they seem useful --- contributions are more than welcome.

(This was initially written as a helper for my Web Unleashed 2014 slide deck as a way to switch the presentation to fullscreen mode... I'm sure it has other uses, so send me a pull request if you want/need something from it!)

##Usage

##License

(c) 2014 Caitlin Potter & Contributors

Fullscreen.js is MIT-licensed. See LICENSE for details.