2024-10-10
This commit is contained in:
26
web/bsadmin/assets/js/lib/owl-carousel/owl.carousel-init.js
Normal file
26
web/bsadmin/assets/js/lib/owl-carousel/owl.carousel-init.js
Normal file
@@ -0,0 +1,26 @@
|
||||
(function ($) {
|
||||
"use strict";
|
||||
|
||||
$('.testimonial-widget-one .owl-carousel').owlCarousel({
|
||||
singleItem:true,
|
||||
loop: true,
|
||||
autoplay: true,
|
||||
// rtl: true,
|
||||
autoplayTimeout: 2500,
|
||||
autoplayHoverPause: true,
|
||||
margin: 10,
|
||||
nav: false,
|
||||
dots:false,
|
||||
responsive: {
|
||||
0: {
|
||||
items: 1
|
||||
},
|
||||
600: {
|
||||
items: 1
|
||||
},
|
||||
1000: {
|
||||
items: 1
|
||||
}
|
||||
}
|
||||
})
|
||||
})(jQuery);
|
||||
7
web/bsadmin/assets/js/lib/owl-carousel/owl.carousel.min.js
vendored
Normal file
7
web/bsadmin/assets/js/lib/owl-carousel/owl.carousel.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user