Revert "update postcss config for glightbox"

This reverts commit d8e4536bab.
This commit is contained in:
somrat sorkar
2023-07-24 11:04:33 +06:00
parent d8e4536bab
commit 92df3b2262
92 changed files with 6 additions and 8 deletions

23
assets/js/main.js Executable file
View File

@@ -0,0 +1,23 @@
// main script
(function () {
"use strict";
// ####################### Testimonial Slider #########################
new Swiper(".testimonial-slider", {
spaceBetween: 24,
loop: true,
pagination: {
el: ".testimonial-slider-pagination",
type: "bullets",
clickable: true,
},
breakpoints: {
768: {
slidesPerView: 2,
},
992: {
slidesPerView: 3,
},
},
});
})();