Horje
bootstrap stop carousel Code Example
turn off auto slide bootstrap carousel
$('.carousel').carousel({
  interval: false,
});
bootstrap carousel on hover stop
$('.carousel').carousel({
    pause: "false"
});
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">




Html

Related
html meter change color Code Example html meter change color Code Example
html color crimson hex Code Example html color crimson hex Code Example
html title attribute Code Example html title attribute Code Example
bootstrap border radius Code Example bootstrap border radius Code Example
credit card form html Code Example credit card form html Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8