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 to working after version 0.1.11 #44

Closed
eliortabeka opened this issue Dec 8, 2014 · 6 comments
Closed

Responsive to working after version 0.1.11 #44

eliortabeka opened this issue Dec 8, 2014 · 6 comments

Comments

@eliortabeka
Copy link

Hi Friend,
after version 0.1.11 the responsive on the slick slider stop working..
I could not understand why .. maybe you will understand.

An example of how I used it:

    <slick
        slides-to-show=4
        arrows=true
        responsive="miniGalleryResponsive"
        on-directive-init="onDirectiveInit()"
    >

the controller :

    $scope.miniGalleryResponsive = [
        {
            breakpoint: 1024,
            settings: {
                slidesToShow: 4,
                slidesToScroll: 4
            }
        },
        {
            breakpoint: 980,
            settings: {
                slidesToShow: 3,
                slidesToScroll: 1
            }
        },
        {
            breakpoint: 767,
            settings: {
                slidesToShow: 2,
                slidesToScroll: 1
            }
        },
        {
            breakpoint: 500,
            settings: {
                slidesToShow: 1,
                slidesToScroll: 1
            }
        }
    ];

Good Luck..
p.s you did a great job with this library 👍
Elior

@imdpk
Copy link

imdpk commented Dec 12, 2014

I am seeing this issue too.

@antecime
Copy link

Hi,

I just pull request this issue : #51

@vasyabigi
Copy link
Owner

Thanks. Accepted.

@antecime
Copy link

Thks :)

@eliortabeka
Copy link
Author

Thanks! 👍

@EssenKh
Copy link

EssenKh commented Nov 21, 2017

How to use slick responsive in angular 4 ?

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

5 participants