Closed dlamichhane closed 12 years ago
it is possible: examples → multiple carousels
The multiple carousels example have auto = true set, they cannot be scrolled by clicking.
if auto = false is set, or auto is not set, one cannot use multiple carousels because all carousels will scroll at once and together.
That’s true provided that all carousels’ navigation option point to the same class or id.
i cant think of any case where the css class of the next or prev elements are unique for each carousel. That would be impossible to style using css.
i found that it is possible to use the options to tell the carousel which specific next or prev it should listen to, i just did not expect it to be required...
I didn't find the way to set in the javascript, so that i can use more than 1 carousel in a single page.