admin
Guest
|
 |
« on: January 13, 2009, 02:31: PM » |
|
go to js/lightbox.js
in lines 49 & 50 change the lightbox directory information from
images/loading.gif images/closelabel.gif
to
/lightbox2/images/loading.gif /lightbox2/images/closelabel.gif
with the bold being where ever your lightbox directory is located
you may also need to change the lightbox.css file to allow for greater board size to show the Close button
change line 6 - #imageContainer{ padding: 15px; }
increase or decrease padding as needed
|