Welcome to the in5 Answer Exchange! This a place to get answers about in5 (InDesign to HTML5) and make requests.
0 votes
When the slider is in "fade" mode, it will override the infiniteSlides and showMultiple options. Thats what i want in the "Horizontal" mode...
in how_to by (210 points)
  

1 Answer

0 votes
 
Best answer

You can use the Resources section to append a JavaScript file with custom settings for the slider using a variable named sliderSettings. These settings will be respected when the slider is initialized (if the Anything Slider allows them). Here's an example of that code:

sliderSettings = { infiniteSlides: true, showMultiple: true };

by (197k points)
selected by