$(function() { new Swiper('.manifesto .swiper-container', { loop: true, pagination: { el: '.manifesto .swiper-pagination', type: 'fraction' }, navigation: { nextEl: '.manifesto .icon-right', prevEl: '.manifesto .icon-left', }, }); })