closed
Slide Autoplay
Hello, how can we have the main slider autoplay, even on mouse hover? Right now when the mouse is over it, it doesn't go to the next slide.Thank you.
Asked 2 years ago on May 22, 2023 4:56 PM Comments 1 times
Anil replied 2 years ago on May 24, 2023 6:03 AM
hello,
Thanks for the contact.
home page slider mouse hover option- opene you slider code and find this code - class="carousel slide carousel-fade" data-ride="carousel">
replace this code -
class="carousel slide carousel-fade" data-ride="carousel"
data-pause="false">Add if it pauses on hover or not, options are
trueandfalse.Anil z