Answer the question
In order to leave comments, you need to log in
rows not working in slick?
the code
$('.popular-brands__slider').slick({
rows: 1,
slidesToShow: 8,
lazyLoad: 'ondemand',
slidesToScroll: 3,
dots: true,
arrows: true,
responsive: [
{
breakpoint: 993,
settings: {
slidesToShow: 5,
}
},
{
breakpoint: 741,
settings: {
rows:2,
slidesPerRow:2
}
}
]
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question