dynamicweb / swiffy-slider

Super fast carousel and slider with touch for optimized websites running in modern browsers.
MIT License
250 stars 29 forks source link

Multiple Sliders on One page #12

Closed Jana993 closed 2 years ago

Jana993 commented 2 years ago

Hi!

Thank you for Swiffy slider - it's super easy to implement and understand. I wanted to ask if it's possible to somehow add few sliders on the same page without them having same style/layout ? I have tried few times, but it seems that as the classes are the same, any new slider on the page "takes up" the first one's formatting.

nicped commented 2 years ago

Hi

Thank you.

Yes, that is possible. Either have different layout on each slide in a slider instance or to have different instances with different design. You can see examples of both on the examples page. https://swiffyslider.com/examples/

Maybe you have an error in your markup? Could be a missing closing tag so classes overflow to the next instance.

BR Nicolai