2016-10-16 102 views

ответ

0

Вы можете установить параметр loop. Например:

var mySwiper = new Swiper ('.swiper-header', { 
    loop: true, //this should allow the last next button to return to the beginning 
    nextButton: '.swiper-button-next', 
    prevButton: '.swiper-button-prev', 
}); 
Смежные вопросы