Slider stopping when i scroll my house

Hi Guys,

My slider keeps stopping when i scroll my mouse over it - any suggestions on how to fix it?

https://unik-civil-engineering-c8a8ce.webflow.io/


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

That’s how it’s programmed to behave. And how most sliders behave : when you hover a slide, it gives you time to read it. I don’t know how to counteract this behavior.

Maybe you can try adding a css custom code like this:

<style>
.slider-3 {pointer-events:none}
</style>
1 Like

Thanks so much, i will try do this when i add a site plan. Many thanks,