cpreston321 / nuxt-swiper

Swiper.js for Nuxt
https://www.npmjs.com/package/nuxt-swiper
MIT License
220 stars 10 forks source link

It doesn't work properly in firefox #89

Open mehdicodecom opened 1 year ago

mehdicodecom commented 1 year ago

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 commented 1 year ago

Same here. Did you find a solution yet?

mehdicodecom commented 1 year ago

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 commented 9 months ago

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 commented 9 months ago

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