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

wheelControl inside breakpoints not working #133

Closed
laurraileanu opened this issue Aug 30, 2019 · 1 comment
Closed

wheelControl inside breakpoints not working #133

laurraileanu opened this issue Aug 30, 2019 · 1 comment

Comments

@laurraileanu
Copy link

Describe the bug
As the title says, im trying to deactivate wheel control till 1024 and it doesn't work.

To Reproduce

 hooperSettings: {
    breakpoints: {
      1024: {
        itemsToShow: 1.5,
        infiniteScroll: true,
        wheelControl: false,
        centerMode: true
      },
      0: {
        infiniteScroll: true
      }
    }
  }

Expected behavior
until 1024 i shouldn't be able to navigate the slide with the mouse wheel, but now i can't scroll down the page

Desktop (please complete the following information):

  • OS: windows
  • Browser chrome
@laurraileanu
Copy link
Author

nvm, im switching

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