dynamicweb / swiffy-slider

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

Left arrow navigate to last slide? #16

Closed Blindmikey closed 2 years ago

Blindmikey commented 2 years ago

Is there a method to allow the left arrow to navigate to the last slide if we're at the first slide?

nicped commented 2 years ago

Yes, of course. Did find it odd my self that loop was only in one direction. Made a change and released 1.4.0 where loop has changed to be on first and last slide as default. It can then be disabled using slider-nav-noloop which will disable looping all together or by using slider-nav-autohide that will hide navigation arrows on first and last slide.

You can see the new behavior here: Looping slides