Forums

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

Home Forums JavaScript AnythingSlider numbers to image Re: AnythingSlider numbers to image

#78263
oneworld95
Member

Use the included formatText() function, and modify it to be something like this:

Code:
function formatText(index, panel) {
return ““;
}

For each image, append a number to the name for that particular "slide" such as "image_2.jpg"