$(function () { new Swiper('.points-of-view .swiper-container', { loop: true, spaceBetween: 15, navigation: { nextEl: '.points-of-view .button-next', prevEl: '.points-of-view .button-prev', }, pagination: { el: '.points-of-view .pagination', type: 'bullets' }, breakpoints: { 992: { pagination: { type: 'fraction' }, } } }); })