jQuery( document ).ready(function() { var mySwiper = new Swiper('.swiper-container', { // Optional parameters direction: 'vertical', loop: true, // Navigation arrows navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', }, preventClicks: false, preventClicksPropagation: false, // And if we need scrollbar scrollbar: { el: '.swiper-scrollbar', }, }); });