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

After setting breakpoints and resizing the window multiple times, the page becomes very laggy. #7752

Open
5 of 6 tasks
cage1618 opened this issue Sep 27, 2024 · 0 comments
Open
5 of 6 tasks
Labels

Comments

@cage1618
Copy link

Check that this is really a bug

  • I confirm

Reproduction link

https://codesandbox.io/p/sandbox/k3cyyc?file=/src/App.jsx

Bug description

as the title, bleow is my breakpoints:

640:
  slidesPerView: 2
  slidesPerGroup: 2
  spaceBetween: 0

1024:
  slidesPerView: 4
  slidesPerGroup: 4
  spaceBetween: 0

1280:
  slidesPerView: 5
  slidesPerGroup: 5
  spaceBetween: 0

1440:
  slidesPerView: 6
  slidesPerGroup: 6
  spaceBetween: 0

1680:
  slidesPerView: 7
  slidesPerGroup: 7
  spaceBetween: 0

1920:
  slidesPerView: 8
  slidesPerGroup: 8
  spaceBetween: 0

2560:
  slidesPerView: 10
  slidesPerGroup: 10
  spaceBetween: 0

3440:
  slidesPerView: 14
  slidesPerGroup: 14
  spaceBetween: 0

Expected Behavior

The page remains smooth.

Actual Behavior

No response

Swiper version

11.1.14

Platform/Target and Browser Versions

macos safari 15.6.1

Validations

  • Follow our Code of Conduct
  • Read the docs.
  • Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
  • Make sure this is a Swiper issue and not a framework-specific issue

Would you like to open a PR for this bug?

  • I'm willing to open a PR
@cage1618 cage1618 added the React label Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant