I’m doing a project for my courses on symfony, I use webpack and the “slidejs” library to make carousels. Everything works fine on the page where I use splide but on the other pages where it’s not used I get an error message in the console and all the rest of my javascript doesn’t work anymore Error: https://i.stack.imgur.com/x21fr.png I’m importing
Tag: splidejs
splide js pauseOn Hover option don’t have effect
I’m using splide js to create a sliding carousel, but the option pauseOnHover is not working. Because if you hover over the slider, it will stop sliding even I already set the option to be false pauseOnHover: false,. Answer Simply put your pauseOnHover inside autoScroll: {} to get what you want like so: Hope this helped.