joe223 / tiny-swiper

Ingenious JavaScript Carousel powered by wonderful plugins. Lightweight yet extensible. Import plugins as needed, No more, no less.
https://tiny-swiper.js.org
1.29k stars 58 forks source link

slidesPerView does not work with anything other than integers #85

Open goellner opened 1 year ago

goellner commented 1 year ago

Describe the bug slidesPerView accepts floats, but only works with integers

Expected behavior It should properly compute the widths. Currently its not possible to see the full last slide, if you have slidesPerView set to 2.5 for example.

Information