Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
In the documentation https://swiperjs.com/api/#pagination
the renderFraction parameter
var swiper = new Swiper('.swiper-container', {
//...
renderFraction: function (currentClass, totalClass) {
return '<span class="' + currentClass + '"></span>' +
' of ' +
'<span class="' + totalClass + '"></span>';
}
});
of
(1 of 10)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question