I just figured it out, you must have added your new 'loading image' in the wrong place, how did you add it? It is supposed to go here:
Code:
// -----------------------------------------------------------------------------------
//
// Configuration
//
var fileLoadingImage = "images/loading.gif";
var fileBottomNavCloseImage = "images/closelabel.gif";
var resizeSpeed = 7; // controls the speed of the image resizing (1=slowest and 10=fastest)
var borderSize = 10; //if you adjust the padding in the CSS, you will need to update this variable
// -----------------------------------------------------------------------------------
near the top of lightbox.js
If you put the correct path and filename to your image there, that should take care of it without my earlier suggestion being required.
Bookmarks