Viewing 1 replies (of 1 total)
  • Plugin Author Phil Ewels

    (@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

Viewing 1 replies (of 1 total)
  • The topic ‘pausing on mouse hover’ is closed to new replies.