baoshan / strip

Strip - A Less Intrusive Responsive Lightbox

Home Page:http://www.stripjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

screenshot

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

By Nick Stakenburg

About

Strip - A Less Intrusive Responsive Lightbox

http://www.stripjs.com


Languages

Language:JavaScript 86.2%Language:CSS 13.8%