Answers for "how to stop auto carousel bootstrtap"

-2

bootstrap carousel stop autoplay

By adding data-interval="false"
<div id="carousel-example-generic" class="carousel slide" data-interval="false" data-ride="carousel" data-pause="hover" >
Posted by: Guest on June-13-2021
2

bootstrap stop carousel

<!--this is to never stop carousel Cycle -->
<!--data-pause="false" -->
<!--BOOTSTRAP 3 EXAMPLE:" -->
<div class="carousel slide wet-asphalt" data-ride="carousel" data-interval="500" data-pause="false">
<!--BOOTSTRAP 5 EXAMPLE:" -->
<div class="carousel slide wet-asphalt" data-ride="carousel" data-bs-interval="500" data-bs-pause="false">
Posted by: Guest on December-02-2021

Code answers related to "how to stop auto carousel bootstrtap"

Browse Popular Code Answers by Language