본문 바로가기
Frontend/Libraries

[Swiper.js] 브라우저 가로사이즈 조절시 center안맞음 문제 recentering after viewport resize

by 디스코비스킷 2023. 2. 24.
반응형

slidesPerView : 'auto',

loop: true,

centeredSlides: true

일때 브라우저 가로사이즈를 조절했더니 이렇게 된다... 

새로고침해야 제자리로 돌아오는게 이상해서 구글링했더니

 

"spaceBetween"이 이런 문제를 일으킨다고함

spaceBetween에서의 값 40을

swiper-slide CSS에 마진 20을 넣어주니 똑같이 적용되고

리사이즈해도 centerd됨을 확인했다!!!

 

적용해보시길. 

 

 

참고 : https://github.com/nolimits4web/Swiper/issues/1731

 

Recentering centeredSlides after viewport resize · Issue #1731 · nolimits4web/swiper

When swiper loads, slides are centered as expected with centeredSlides = true. As soon as the window is resized, the all the slides get pulled to the left by n pixels, where n is, presumably, a por...

github.com

 

반응형

최근댓글

최근글

© Copyright 2024 ttutta