Skip to content

lokesh/lightbox2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Oct 3, 2024
6bc87b6 · Oct 3, 2024
Apr 22, 2019
Oct 3, 2024
Feb 21, 2023
Oct 3, 2024
Oct 27, 2016
Jun 17, 2015
Dec 14, 2015
Jun 30, 2015
Jul 7, 2020
Jul 21, 2015
Jun 17, 2015
Feb 21, 2023
Oct 3, 2024
Nov 26, 2017
Oct 3, 2024
Oct 3, 2024

Repository files navigation

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.