July 2008 Archives

Lightbox Notes

| 1 Comment

Installing Lightbox with intention of converting existing photoblog to more of a typical gallery.

Because I store Lightbox's files in their own /lightbox directory, I had to edit /js/lightbox.js around lines 49,50 thus:

fileLoadingImage: '/lightbox_dir/images/loading.gif',
fileBottomNavCloseImage: '/lightbox_dir/images/closelabel.gif',

Edit is necessary to display "Close button" and "loading" images.

Just didn't want to forget this.