Forums
Forums / Plugin: CPT Bootstrap Carousel / pausing on mouse hover
(@tgatrost)
10 years, 1 month ago
Is it possible to continue the slideshow when there is a mouse hovering over it? Thank you
https://ww.wp.xz.cn/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.