Commit 44bb39dc by Manzar Hussain

Merge branch 'feature-theme' into 'develop'

carowsel

See merge request manzarH/dic-global-dev!713
parents e7b1bf64 e30b342e
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -376,6 +376,64 @@ ...@@ -376,6 +376,64 @@
}); });
} }
if ($(".history-year__global").length) {
$(".history-year__global").slick({
dots: false,
infinite: true,
autoplay:true,
autoplaySpeed: 2000,
speed: 3000,
slidesToShow: 6,
slidesToScroll: 6,
arrows:false,
responsive: [{
breakpoint: 991,
settings: {
arrows: true,
slidesToShow: 3,
slidesToScroll: 3,
},
},
{
breakpoint: 767,
settings: {
slidesToShow: 2,
slidesToScroll: 2,
},
},
],
});
}
if ($(".history-year__india").length) {
$(".history-year__india").slick({
dots: false,
infinite: true,
autoplay:true,
autoplaySpeed: 2000,
speed: 3000,
slidesToShow: 6,
slidesToScroll: 6,
arrows:false,
responsive: [{
breakpoint: 991,
settings: {
arrows: true,
slidesToShow: 3,
slidesToScroll: 3,
},
},
{
breakpoint: 767,
settings: {
slidesToShow: 2,
slidesToScroll: 2,
},
},
],
});
}
/* /*
if ($(".bod_t_c_slider").length) { if ($(".bod_t_c_slider").length) {
$(".bod_t_c_slider").slick({ $(".bod_t_c_slider").slick({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment