UNPKG

jquery-fullscreen-plugin

Version:

This jQuery plugin provides a simple to use mechanism to control the new fullscreen mode of modern browsers. Currently only newer Webkit-based browsers (Like Chrome) and Firefox provide this new fullscreen feature.

25 lines 915 B
{ "name": "jquery-fullscreen-plugin", "title": "jQuery Fullscreen Plugin", "description": "This jQuery plugin provides a simple to use mechanism to control the new fullscreen mode of modern browsers. Currently only newer Webkit-based browsers (Like Chrome) and Firefox provide this new fullscreen feature.", "keywords": [ "fullscreen" ], "version": "1.1.5", "author": { "name": "Klaus Reimer", "email": "k@ailis.de" }, "licenses": [ { "type": "MIT", "url": "https://github.com/code-lts/jquery-fullscreen-plugin/blob/master/LICENSE.txt" } ], "bugs": "https://github.com/code-lts/jquery-fullscreen-plugin/issues", "homepage": "https://github.com/code-lts/jquery-fullscreen-plugin", "docs": "https://github.com/code-lts/jquery-fullscreen-plugin", "dependencies": { "jquery": ">=1.5" } }