My images from the main screen of the site change after 5 seconds using fade effect, but when we stop the mouse on the screen, they stop rotating.
Here's some code snippet:
<li data-transition="fade" data-slotamount="7"
data-masterspeed="2000" data-thumb="img/backgrounds/bg-1.jpg"
data-delay="10000" data-saveperformance="on"
data-title="Viagens tornam-se inesquecíveis">
<img src="img/backgrounds/bg-1.jpg" alt="slidebg1"
data-bgposition="center top" data-bgfit="cover"
data-bgrepeat="no-repeat">
<!-- Home Heading -->
How do I do this?