up
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user