Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design Javascript Slideshow Won't Loop Reply To: Javascript Slideshow Won't Loop

#248231
bearhead
Participant

It looks like you just misspelled “length” on line 12 of your js:

if (imageIndex>=imageArray.lenght) {
    imageIndex=0;
    }