lightbox2

The original Lightbox script. Uses jQuery.

lightbox2 downloads lightbox2 version

lightbox2Packages similaires:
Tendance de téléchargements npm
3 Ans
🌟 Affichez le graphique d'utilisation en temps réel sur le README.md de lightbox2, il suffit de copier le code ci-dessous.
## Usage Trend
[![Usage Trend of lightbox2](https://npm-compare.com/img/npm-trend/THREE_YEARS/lightbox2.png)](https://npm-compare.com/lightbox2#timeRange=THREE_YEARS)
Cumulative GitHub Star Trend
🌟 Affichez le graphique de tendance des GitHub Stars sur le README.md de lightbox2, il suffit de copier le code ci-dessous.
## GitHub Stars Trend
[![GitHub Stars Trend of lightbox2](https://npm-compare.com/img/github-trend/lightbox2.png)](https://npm-compare.com/lightbox2)
Détail des statistiques
Package
Téléchargements
Stars
Taille
Issues
Publication
Licence
lightbox235,8296,369657 kB70il y a un an-
README pour lightbox2

Lightbox2

The original lightbox script.

Lightbox is small javascript library used to overlay images on top of the current page. It's a snap to setup and works on all modern browsers.

  • Demos and usage instructions. Visit the Lightbox homepage to see examples, info on getting started, script options, how to get help, and more.
  • Releases and Changelog. Viewable on the Github Releases page
  • Roadmap. View the Roadmap for a peek at what is being planned for future releases.
  • License. Lightbox is licensed under the MIT License. Learn more about the license.

by Lokesh Dhakar


Info for Maintainers

Local development

Some old tech, but it works, so no upgrading till something breaks.

  • Install Bower and Grunt: npm install -g bower grunt
  • Install jQuery dependency with Bower: bower install
  • Start local server: grunt
  • Navigate to localhost:8000/examples
  • Update examples/index.html to load jQuery and src/js/lightbox.js.