Lightbox

The original lightbox script.
Eight years later — still going strong!

Examples

Two individual images

image-1 image-1

Four image set

How to use

Step 1 - Load the Javascript and CSS

  1. Download and unzip the latest version of Lightbox.
  2. Look inside the js folder to find jquery-1.11.0.min.js and lightbox.min.js and load both of these files. Load jQuery first.
    <script src="js/jquery-1.11.0.min.js"></script>
    
    <script src="js/lightbox.min.js"></script>
  3. Look inside the css folder to find lightbox.css and load it.
    <link href="css/lightbox.css" rel="stylesheet" />
  4. Look inside the img folder to find close.png, loading.gif, prev.png, and next.png. These files are used in lightbox.css. By default, lightbox.css will look for these images in a folder called img.

Step 2 - Turn it on