Issue with Splide Slider: Unusual Behavior on First Click
Are there any advanced Splide users here? I鈥檓 facing an issue with a Splide slider that pulls content from a collection. Each image has a unique width, and I鈥檓 using custom arrows + the slider is draggable. The problem is that when I click on the right arrow to go to the next slide, it cycles through the entire slider the first time. After that, if I click on it again, everything works as expected. You can check out the slider here: https://www.la-sensa.be/en/events/maroua-olivier Code i have used: <script src="https://cdn.jsdelivr.net/npm/@splidejs/splide@4.0.7/dist/js/splide.min.js"></script> <script> var splide = new Splide( '.splide', { autoWidth: true, drag: 'free', speed: 3000, type: 'loop', pagination: false } ); splide.mount(); </script> Thanks in advance!

