35 lines
659 B
JavaScript
35 lines
659 B
JavaScript
/*
|
|
Template Name: Toner eCommerce + Admin HTML Template
|
|
Author: Themesbrand
|
|
Version: 1.2.0
|
|
Website: https://Themesbrand.com/
|
|
Contact: Themesbrand@gmail.com
|
|
File: category Js File
|
|
*/
|
|
|
|
var swiper = new Swiper(".mySwiper", {
|
|
slidesPerView: 1,
|
|
spaceBetween: 15,
|
|
navigation: {
|
|
nextEl: ".swiper-button-next",
|
|
prevEl: ".swiper-button-prev",
|
|
clickable: true,
|
|
},
|
|
autoplay: {
|
|
delay: 2500,
|
|
disableOnInteraction: false,
|
|
},
|
|
|
|
breakpoints: {
|
|
640: {
|
|
slidesPerView: 2,
|
|
},
|
|
768: {
|
|
slidesPerView: 2,
|
|
},
|
|
1024: {
|
|
slidesPerView: 4,
|
|
},
|
|
},
|
|
});
|