Code:
var slides=[]; //FIRST SLIDESHOW
//configure the below images and descriptions to your own.
slides[0] = ["photo1.jpg", ""];
slides[1] = ["photo2.jpg", ""];
slides[2] = ["photo3.jpg", ""];
slides[3] = ["photo4.jpg", ""];
slides[4] = ["photo5.jpg", ""];
slides.no_added_linebreaks=1;
slides.no_descriptions=1;
At this point you may or may not want to still be using:
Code:
slides.no_added_linebreaks=1;
Experiment!
Note: That will take care of that but, you should also read the section:
Configuration Options
on the demo page for any other array properties you may want to use. They are what make the slide shows created with this script so versatile.
Bookmarks