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

Breakpoint issue #8

Closed
BPurified opened this issue Jan 8, 2020 · 2 comments
Closed

Breakpoint issue #8

BPurified opened this issue Jan 8, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@BPurified
Copy link

Hello and thank you for the the plugin, I really like it, it's easy to use and works great !

The only issue I have with it is that I can't make "perMove" work in the breakpoints options.

var options = { perPage: 3, perMove: 3, pagination: false, breakpoints: { 769: { perPage: 1, perMove: 1 } } };

The "perPage" works fine, but the perMove is ignored and my mobile version slides 3 by 3. Am I missing something ?

@Splidejs
Copy link
Collaborator

Splidejs commented Jan 9, 2020

Hello! Thank you for your report! I fixed the issue.

But in your case, I think you don't need to set perMove option. Can you remove perMove: 3 and perMove: 1?

@Splidejs Splidejs added the bug Something isn't working label Jan 9, 2020
@BPurified
Copy link
Author

Hello,

You're right, I guess I was trying too hard :)

Thank you anyway, it works great with it too now ! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant