nir9 / itemslide

JavaScript Touch Carousel Library with Zero Dependencies
https://itemslide.org
MIT License
647 stars 85 forks source link

left carousel and buttons next not work #87

Closed mkden closed 4 years ago

mkden commented 4 years ago

left carousel and buttons next not work

nir9 commented 4 years ago

I checked and works fine, notice that next() and previous() are deprecated so if you use the option remove_deprecated_external_functions, you need to use nextSlide() and previousSlide()

Please provide a non-working example

nir9 commented 4 years ago

Closing due to no answer