본문 바로가기
jquery

[swiper.js] 마우스 드래그 방지, 반응형 설정

by 바나냥 2020. 4. 10.
var blogContents = new Swiper('.blog-contents-wrap', {        
        allowTouchMove: true,
        breakpointsInverse: true,
        breakpoints: {
            1023: {
                allowTouchMove: false
            }
        }
    });

댓글