$(function () { const swiper = new Swiper('#points .swiper', { loop: true, pagination: { el: '.images-pagination', }, navigation: { nextEl: '.images-next', prevEl: '.images-prev', }, autoplay: { delay: 5000, } }); });