Answers for "stop carousel bootstrap"

1

turn off auto slide bootstrap carousel

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

bootstrap carousel on hover stop

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

Code answers related to "stop carousel bootstrap"

Browse Popular Code Answers by Language