A Less Intrusive 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.
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, personal, or open source projects and applications, you may use Strip under the terms of the Creative Commons BY-NC-ND 3.0 License for free.
The latest build 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
Install dependencies by running npm install
in the strip directory:
npm install
Install the grunt command line interface as a global package:
npm install -g grunt-cli
Now run the grunt
command in the strip directory to output the latest build in the /dist
directory:
grunt