We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, i'm trying to set the breakpoints perview number of slides, sorry, but i can't understand how it works.
if i set
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
The text was updated successfully, but these errors were encountered: