Answers for "bootstrap carousel stop slide show"

1

bootstrap carousel on hover stop

$('.carousel').carousel({
    pause: "false"
});
Posted by: Guest on November-24-2021
1

turn off auto slide bootstrap carousel

$('.carousel').carousel({
  interval: false,
});
Posted by: Guest on June-01-2020

Code answers related to "bootstrap carousel stop slide show"

Browse Popular Code Answers by Language