Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

responsive is not working #65

Open
Shyave opened this issue Oct 17, 2020 · 1 comment
Open

responsive is not working #65

Shyave opened this issue Oct 17, 2020 · 1 comment

Comments

@Shyave
Copy link

Shyave commented Oct 17, 2020

Hi,

I'm using the angular slick in the Angular 10 project. For the desktop version, it's working fine. But for the responsive, it's not working. I'm using the object as follows:

slideConfig = {
slidesToShow: 3,
slidesToScroll: 1,
autoplay: true,
dots: true,
responsive: [
{
breakpoint: 1024,
settings: {
slidesToShow: 2,
slidesToScroll: 2,
dots: true,
},
},
{
breakpoint: 600,
settings: {
slidesToShow: 2,
slidesToScroll: 2,
},
},
{
breakpoint: 480,
settings: {
slidesToShow: 1,
slidesToScroll: 1,
},
},
{
breakpoint: 360,
settings: {
slidesToShow: 1,
slidesToScroll: 1,
},
},
],
};

Please help me with this issue.

@rvasoya
Copy link

rvasoya commented Mar 20, 2021

With using the responsive it keeps loading for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants