1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
Source: ruby-rails-assets-jquery-fullscreen-plugin
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Syam G Krishnan (sgk) <sgk@riseup.net>
Build-Depends: debhelper-compat (= 13),
gem2deb,
uglifyjs
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-rails-assets-jquery-fullscreen-plugin.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-rails-assets-jquery-fullscreen-plugin
Homepage: https://github.com/private-face/jquery.fullscreen
XS-Ruby-Versions: all
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no
Package: ruby-rails-assets-jquery-fullscreen-plugin
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: libjs-jquery-fullscreen-plugin,
${ruby:Depends},
${misc:Depends}
Description: jQuery fullscreen plugin for rails applications
jQuery Fullscreen plugin allows you to open any element
on a page in fullscreen mode without using Flash in all
modern browsers (Firefox, IE, Chrome, Safari, Opera).
If this feature is not supported by the browser then
element will be just stretched to fit the screen
without switching to fullscreen.
.
Fullscreen API is natively supported in Chrome 15+,
Safari 5.1+, Firefox 10+, Opera 12.1+ and IE 11.
It is also present in Firefox 9.0, but it is disabled
by default. You can be enable it by
setting fullscreen-api.enabled to true in about:config.
Package: libjs-jquery-fullscreen-plugin
Section: javascript
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: plugin for showing any DOM element on a page in fullscreen mode
A jQuery 1.7 plugin that wraps around the Full Screen API
and works around various browser differences. Works in FF
10, Chrome and Safari. It is useful for presenting users
with an easier to read version of your web pages, or zooming
<canvas> and <video> elements.
|