Swiper Slide JS

PHOTO EMBED

Thu Feb 15 2024 10:02:44 GMT+0000 (Coordinated Universal Time)

Saved by @homunculus #javascript

   var swiper = new Swiper('.js-news-swiper', {
      slidesPerView: 'auto',
      centeredSlides: true,
      spaceBetween: 20,
      speed: 1500,
      pagination: {
        el: '.swiper-pagination',
        clickable: true
      },
      navigation: {
        nextEl: '.swiper-button-next',
        prevEl: '.swiper-button-prev'
      },
      autoplay: {
        delay: 2000,
        disableOnInteraction: false
      },
      loop: true,
      watchSlidesProgress: true
    });
content_copyCOPY

Default swiper scss code