Forums
Forums / Plugin: CPT Bootstrap Carousel / pausing on mouse hover
(@tgatrost)
10 years ago
Is it possible to continue the slideshow when there is a mouse hovering over it? Thank you
https://wordpress.org/plugins/cpt-bootstrap-carousel/
(@tallphil)
Yes in principle, Bootstrap has an option to disable this through either data attributes:
data-pause="false"
or using JavaScript:
$('.carousel').carousel({ pause: "false" });
However, neither of these are implemented within the plugin sorry. You’re welcome to open a pull request if you would like to contribute the code.
Phil
The topic ‘pausing on mouse hover’ is closed to new replies.