I've got all your images in. Could you provide a link to where you get this script?..
Printable View
I've got all your images in. Could you provide a link to where you get this script?..
is it working now?
The error is because you missed this div:
This part in your markups also throws an error:Code:<div id="largeImageCaption">This is the caption of image number 1</div>
...I've removed this in your markups and added this in image-slideshow.js so that it works together with your gallery's onload.Code:onLoad="MM_preloadImages('./images/home1.jpg','./images/home2.jpg','./images/bio1.jpg','./images/bio2.jpg','./images/services1.jpg','./images/services2.jpg','./images/people1.jpg','./images/people2.jpg','./images/places1.jpg','./images/places2.jpg','./images/wildlife1.jpg','./images/wildlife2.jpg','./images/objects1.jpg','./images/objects2.jpg','./images/events1.jpg','./images/events2.jpg','./images/contact1.jpg','./images/contact2.jpg')"
You also don't have a div for your large image's caption, and maybe you don't need it, but for future references, I just added it to your markups.
Due to a huge number of images which makes this difficult to zip, I'll just send it to you via email as to the address you've given via PM.
Hope this helps.