Stay in the loop

Get webinar announcements, industry news, product feature release announcements, Walla insights, and more delivered straight to your inbox!

const recoBlogsSwiper = new Swiper('.swiper-recoBlogs', { effect: 'slide', loop: true, pagination: true, autoplay: false, navigation: { nextEl: '.blogs-button-next', prevEl: '.blogs-button-prev', }, breakpoints: { 769: { slidesPerView: 2, }, 0: { slidesPerView: 1, } }, });