$(function() { new Swiper('.wheelPlay .swiper-container2', { slidesPerView: 2, spaceBetween: -250, centeredSlides: true, loop: true, navigation: { nextEl: '.wheelPlay .icon-right', prevEl: '.wheelPlay .icon-left', }, pagination: { el: '.wheelPlay .swiper-paginations', }, }); })