nuxt-swiper icon indicating copy to clipboard operation
nuxt-swiper copied to clipboard

It doesn't work properly in firefox

Open mehdicodecom opened this issue 2 years ago • 4 comments

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.

mehdicodecom avatar Sep 09 '23 09:09 mehdicodecom

Same here. Did you find a solution yet?

markus-gx avatar Sep 18 '23 06:09 markus-gx

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

mehdicodecom avatar Sep 18 '23 09:09 mehdicodecom

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.

quando1910 avatar Dec 19 '23 03:12 quando1910

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

cpreston321 avatar Dec 20 '23 02:12 cpreston321