Answer the question
In order to leave comments, you need to log in
Slick slider - adaptability to different resolutions?
hello
how to make carousel responsive on slick under multiple permissions
here is the response code
responsive: [
{
breakpoint: 1100,
settings: {
slidesToShow: 2,
slidesToScroll: 1,
infinite: true,
}
}]
responsive: [
{
breakpoint: 1100,
settings: {
slidesToShow: 2,
slidesToScroll: 1,
infinite: true,
},
breakpoint: 600,
settings: {
slidesToShow: 1,
slidesToScroll: 1,
infinite: true,
}
}]
Answer the question
In order to leave comments, you need to log in
question removed
responsive: [
{
breakpoint: 1100,
settings: {
slidesToShow: 3,
slidesToScroll: 1,
infinite: true
}
},
{
breakpoint: 700,
settings: {
slidesToShow: 1,
slidesToScroll: 1
}
}
// You can unslick at a given breakpoint now by adding:
// settings: "unslick"
// instead of a settings object
]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question