Make sure that each line within the configuration code ends with a comma, except the very last line:
Code:
speed: 500, //Glide animation duration (in milliseconds)
direction: "downup", //set direction of glide: "updown", "downup", "leftright", or "rightleft"
autorotate: true, //Auto rotate contents (true/false)?
autorotateconfig: [3000, 2] <--No comma after this line
})
Otherwise, an error will occur. Please post a link to the page on your site that contains the problematic script so we can check it out.
Bookmarks