-
Notifications
You must be signed in to change notification settings - Fork 105
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
cannot set grid breakpoints #94
Labels
Comments
@harellevy Hi, This feature request is on roadmap. Once implemented let you know. Thanks |
Cool, thanks. |
I am also waiting to see this done |
Waiting too. |
+1 |
1 similar comment
+1 |
rat-matheson
pushed a commit
to rat-matheson/ngu-carousel
that referenced
this issue
Aug 15, 2020
rat-matheson
pushed a commit
to rat-matheson/ngu-carousel
that referenced
this issue
Aug 15, 2020
rat-matheson
pushed a commit
to rat-matheson/ngu-carousel
that referenced
this issue
Aug 15, 2020
Release with version 3.0.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have to deal with greater screen sizes than the default breakpoints. I'll be happy if i had the option to configure the grid breakpoints as:
i.e for default behavior
carouselService.configuration.gridBreakpoints = {
xs: 768;
sm: 1024;
md: 1400;
lg: 1920;
};
or as a directive to override for specific carousel in page etc.
The text was updated successfully, but these errors were encountered: