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

It doesn't work properly in firefox #89

Open
mehdicodecom opened this issue Sep 9, 2023 · 4 comments
Open

It doesn't work properly in firefox #89

mehdicodecom opened this issue Sep 9, 2023 · 4 comments

Comments

@mehdicodecom
Copy link

mehdicodecom commented Sep 9, 2023

I've used this module but in firefox it doesn't calculate width of each slider correctly!
it's okay in Chrome,Opera & Microsoft Edge but not in firefox.

@markus-gx
Copy link

Same here. Did you find a solution yet?

@mehdicodecom
Copy link
Author

Well it's a bug in this module, I hadn't enough time to fix the bug so I've used other library for it vue3-carousel-nuxt

@quando1910
Copy link

I think the bug comes from the version of swiper. I added those lines into package.json file and reinstall then it works.

"resolutions": {
    "swiper": "^11.0.5"
  }

this is just a temp solution, the owner should upgrade the version of swiper modules to remove this issue totally.

@cpreston321
Copy link
Owner

Moving away from swiper vue in favor of elements as noted in the important update discussion. If you want to test please check out the latest draft PR that is open.

Thanks,
CP

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

4 participants