Commit e30b342e by Manzar Hussain

carowsel

parent d162c492
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -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) {
$(".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