Home › Forums › Particles Support › JL Slideshow particle › Reply To: JL Slideshow particle
Tony
Moderator
Hi Sven,
Sure, pause-on-hover event assigned to true by default, we will add the feature to enable/disable this function in the next update (this month).
Now you can modify the particle to avoid the transition stop on hover like so
Open jlslideshow.html.twig
line 285 change
autoplay: true;{% endif %}
to
autoplay: true; pause-on-hover: false;{% endif %}