The original lightbox script, now on Github! http://lokeshdhakar.com/projects/lightbox2/

Lokesh Dhakar 686670d3b3 Merge branch 'master' into dev 1 month ago
.github 2ddac245a8 Update PULL_REQUEST_TEMPLATE.md 3 years ago
dist 2c4d305ef5 release: v2.11.4 1 month ago
examples 6453790858 dev: add commented out script load for dev work 1 month ago
src de56eef7d7 version: bump to 2.11.4 1 month ago
.editorconfig 2422bd778f Add editorconfig 6 years ago
.gitignore f1e213764b Remove unused items from .gitignore 7 years ago
.jscsrc 171437e34e Remove linter rule that is causing Win issues: "validateLineBreaks": "LF" 7 years ago
.jshintrc 238a65750d Fix joshing complaint about module not being defined 7 years ago
DEPLOY.md 56b06ac591 docs: Small edit 2 years ago
Gruntfile.js 63f8920882 Added grunt-contrib-cssmin task to Gruntfile and lightbox.min.css to dist/css/ folder 7 years ago
LICENSE e3528a8383 Switch to MIT license and add full list of files to main prop in bower.json 7 years ago
README.md 52095499e4 build: add package lock 1 month ago
ROADMAP.md 85dd34f467 docs: Updates for v3 roadmap 2 years ago
bower.json 7ea4278aa5 Update jquery dep in bower.json to be > 2 5 years ago
package-lock.json 52095499e4 build: add package lock 1 month ago
package.json de56eef7d7 version: bump to 2.11.4 1 month ago

README.md

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.