@fabrikcreations/fabrik-lightbox-min
v1.0.14
Published
Lightbox based on top of Magnific. Can display inline HTML, iframes (YouTube video, Vimeo, Google Maps), or an image gallery. Animation effects are added with CSS3 transitions. For jQuery or Zepto.
Readme
Magnific Popup Setup
You can install via npm
npm i @fabrikcreations/fabrik-lightbox-min --save-devMagnific Popup
Fast, light and responsive lightbox plugin, for jQuery and Zepto.js.
- Documentation and getting started guide.
- Examples and plugin home page.
- More examples in CodePen collection.
Optionally, install via Bower bower install magnific-popup or npm: npm install magnific-popup.
Ruby gem: gem install magnific-popup-rails.
Using Magnific Popup?
If you used Magnific Popup in some interesting way, or on site of popular brand, I'd be very grateful if you <a href="mailto:[email protected]?subject="Site that uses Magnific Popup"">shoot me a link to it.
Build
To compile Magnific Popup by yourself, first of make sure that you have Node.js, Grunt.js, Ruby and Jekyll installed, then:
Copy repository
git clone https://github.com/dimsemenov/Magnific-Popup.git
Go inside Magnific Popup folder that you fetched and install Node dependencies
cd Magnific-Popup && npm install
Now simply run
gruntto generate JS and CSS in folderdistand site in folder_site/.grunt
Optionally:
- Run
grunt watchto automatically rebuild script when you change files insrc/or inwebsite/. - If you don't have and don't want to install Jekyll, run
grunt nositeto just build JS and CSS files related to popup indist/.


