In swiper3, how can you control how other lines are displayed differently from the first line after the slidesPerColumn is set in the broadcast graph?

effect to be achieved:

:

Settings:

// 
var mySwiper = new Swiper(".swiper-container-column", {
  direction: "horizontal",
  slidesPerColumn : 2,
  grabCursor: true,
  slidesPerView: 2.5,
  initialSlide: 0,
  slidesPerColumnFill : "row",
  centeredSlides: false,

  // 
  pagination: ".swiper-pagination-column",
  paginationClickable: true,
})
Dec.04,2021
Menu