Loop
Slider with loop option. The slider doesn't change the slides from last to first and vice versa.
Go Back
1
2
3
4
Code
new SimpleSlider('.selector', {
loop: false
});