1
0
This commit is contained in:
2026-04-20 12:28:42 +08:00
parent d3eb1d3424
commit 62190eeabb
518 changed files with 243 additions and 35758 deletions

View File

@@ -476,9 +476,9 @@
/*------------------------------------------
= SERVICES SLIDER
-------------------------------------------*/
if ($(".services-slider").length) {
$(".services-slider").owlCarousel({
loop:true,
if ($(".services-slider").length) {
$(".services-slider").owlCarousel({
loop:true,
margin: 30,
smartSpeed: 500,
responsive:{
@@ -502,12 +502,48 @@
items:3
}
}
});
}
/*------------------------------------------
= TESTIMONIAL SLIDER
});
}
/*------------------------------------------
= CASES SLIDER
-------------------------------------------*/
if ($(".cases-slider").length) {
$(".cases-slider").owlCarousel({
loop:true,
margin: 30,
smartSpeed: 500,
nav: false,
dots: true,
autoplay: false,
responsive:{
0 : {
items: 1,
},
550 : {
items: 2,
center: false,
margin: 10
},
992 : {
items: 3,
center: false,
margin: 10
},
1400:{
items:3
}
}
});
}
/*------------------------------------------
= TESTIMONIAL SLIDER
-------------------------------------------*/
if ($(".testimonial-slider").length) {
$(".testimonial-slider").owlCarousel({