Simple and Lightweight Multi Item Carousel Library for Bootstrap 4, 5
This Project by Bootsnipp Forked and Added New Feature.
Javascript :
<script src="dist/js/sliderable.js"></script>
CSS :
<link rel="stylesheet" href="dist/css/sliderable.css">
var options = {
autoPlay: true, // Or false
autoPlayInterval: 3000, // Autoplay interval in milliseconds
swipeThreshold: 50, // Minimum swipe distance in pixels
};
If it is on jQuery. From JavaScript:
13: $(document).ready(function () {});
To jQuery:
13: jQuery(document).ready(function ($) {});