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

breakpoints perview #54

Open
peppeg85 opened this issue Oct 19, 2020 · 0 comments
Open

breakpoints perview #54

peppeg85 opened this issue Oct 19, 2020 · 0 comments

Comments

@peppeg85
Copy link

Hello, i'm trying to set the breakpoints perview number of slides, sorry, but i can't understand how it works.
if i set

     breakpoints: {
                    600: {
                        perView: 2
                    }, 
                   800: {
                        perView: 3
                    },
                    1500:{
                        perView: 4
                    }
                }

i expect to have 2 slides from 0 to 600 and from 600 to 800, 3 from 801 to 1500, and 4 after 1501.

now i have a random number of slides:
2 from 0 to 660
3 from 661 to 880
4 from 881 to 1650
3 after 1651

how can i fix this? are there any "internal" breakpoints?

thank you

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

1 participant