스와이퍼슬라이드문의
본문
위아래로 순서가 아니라
오른쪽에서 왼쪽으로 순서를 변경하고싶은데
어떻게 처리해야할까요 ?
스와이퍼 입니다.
<script>
var swiper = new Swiper(".mySwiper", {
slidesPerView: 3,
slidesPerColumn: 3,
grid: {
rows: 2,
},
spaceBetween: 30,
pagination: {
el: ".swiper-pagination",
clickable: true,
},
});
</script>
이전내역이있어서 찾아봤는데
안되더라구요 ㅠ
direction:'vertical', 이거는 처리가 안되더라구요
답변을 작성하시기 전에 로그인 해주세요.