We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 332f5c7 commit b5d7164Copy full SHA for b5d7164
1 file changed
src/types/swiper-options.d.ts
@@ -637,7 +637,7 @@ export interface SwiperOptions {
637
*
638
* Because of nature of how the loop mode works (it will rearrange slides), total number of slides must be:
639
640
- * - more than or equal to `slidesPerView` + `slidesPerGroup`
+ * - more than or equal to `slidesPerView` + `slidesPerGroup` (and `+ 1` in case of `centeredSlides`)
641
* - even to `slidesPerGroup` (or use `loopAddBlankSlides` parameter)
642
* - even to `grid.rows` (or use `loopAddBlankSlides` parameter)
643
0 commit comments