File: /home/alfouzantranspor/www/wp-content/themes/production-factory/assets/js/custom.js
jQuery(document).ready(function () {
var production_factory_swiper_testimonials = new Swiper(".testimonial-swiper-slider.mySwiper", {
slidesPerView: 3,
spaceBetween: 50,
speed: 1000,
autoplay: {
delay: 3000,
disableOnPoppinsaction: false,
},
navigation: {
nextEl: ".testimonial-swiper-button-next",
prevEl: ".testimonial-swiper-button-prev",
},
breakpoints: {
0: {
slidesPerView: 1,
},
767: {
slidesPerView: 2,
},
1023: {
slidesPerView: 3,
}
},
});
});
jQuery(document).ready(function() {
jQuery('.owl-carousel').owlCarousel({
loop: true,
margin: 5,
nav: true,
dots: false,
rtl: false,
responsive: {
0: {
items: 1
},
600: {
items: 2
},
992: {
items: 3
},
1200: {
items: 4
}
},
autoplay: true
});
});