My home page slider is not rotating automatically when the mouse is in the window. I’ve tried two custom code solutions and a div block placement as recommended on other forum posts. Does anyone have any solutions?
Here is my site Read-Only:
https://preview.webflow.com/preview/newest-ihb-architects?utm_medium=preview_link&utm_source=designer&utm_content=newest-ihb-architects&preview=215534e1036bfd7045c59ea9750cc5fe&workflow=preview
Hello @Imad_Bahbah , yeah the webflow slider doesn’t move on hover by default. To fix that just add the following code on an embed element
<style>
.slider-3 {
pointer-events: none;
}
</style>
I hope this helps!
memetican
(Michael Wells)
November 15, 2023, 12:33am
3
Imad before you disable that feature, consider it’s there for usability and accessibility reasons. Users need that.
If it’s purely decorative content, then disabling it is fine.