Strip
An Unobtrusive Responsive Lightbox
Strip is a Lightbox that only partially covers the page. This is less intrusive and leaves room to interact with the page on larger screens while giving smaller mobile devices the classic Lightbox experience.
See stripjs.com for demos and docs.
Install
Install with Bower: bower install strip
Install with npm: npm install @staaky/strip
License
Strip may be used in commercial projects and applications with the one-time purchase of a commercial license. If you are paid to do your job, and part of your job is implementing Strip, a commercial license is required.
http://www.stripjs.com/license
For non-commercial projects and applications, you may use Strip under the terms of the Creative Commons BY-NC-ND 3.0 License for free.
Build
The latest release can be found on stripjs.com/download.
To build Strip yourself start by cloning a copy of the main Strip git repo by running:
git clone git://github.com/staaky/strip.git
Go inside the strip folder that was just fetched and install dependencies:
cd strip && npm install
Make sure the grunt command line interface is installed as a global package:
npm install -g grunt-cli
Now run the grunt
command, this updates files in dist
to include the latest changes made in the src
folder:
grunt