Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
$('.center').slick({
centerMode: true,
centerPadding: '60px',
slidesToShow: 3,
responsive: [
{
breakpoint: 768,
settings: {
arrows: false,
centerMode: true,
centerPadding: '40px',
slidesToShow: 3
}
},
{
breakpoint: 480,
settings: {
arrows: false,
centerMode: true,
centerPadding: '40px',
slidesToShow: 1
}
}
]
});
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question