스와이프(swiper.js) 질문 드립니다
본문
var swiper = new Swiper(".mySwiper", {
slidesPerView: 3,
spaceBetween: 30,
slidesPerGroup: 1,
loop: true,
speed: 500,
autoplay: {
delay: 5000,
disableOnInteraction: false,
},
pagination: {
el: ".swiper-pagination",
clickable: true,
},
navigation: {
nextEl: ".swiper-button-next",
prevEl: ".swiper-button-prev",
},
centeredSlides: true,
autoHeight: true,
});
액티브 슬라이드를 가운데 정렬시켰는데요.
이전버튼을 누르면 마지막 슬라이드에서 그 바로 이전 슬라이드로 넘어가는게 아니고 그 전전 슬라이드로 휙 이동해 버립니다.
액티브 슬라이드가 가운데만 아니면 이전버튼 계속 누르면 이전, 이전으로 잘 이동하는데, 액티브가 가운데이기만 하면 이러네요.
어떻게 해결하면 좋을지 모르겠습니다.
도움 부탁드려요 ㅠㅠ
답변을 작성하시기 전에 로그인 해주세요.