How to change the number of visible slides in sweeper?
It is necessary to show two slides in the slider, but if the number of slides is odd, the very last swipe should display one elongated slide. Even if it's still two. Is it possible?
Resolved: if there are an odd number of slides, the following options are needed:
slidesPerGroup: 2,
slidesPerView: 'auto'
In this case, set the width of the slides to 50%, and the last slide to 100%