(즐거웅코드) owl-carousel 슬라이드 구현하기
[즐거'웅'코드] 목차 리소스 예제 소스 구현 예시 리소스 예제 소스 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 1 2 3 4 $(".owl-carousel").owlCarousel({ items: 2, margin: 20, center: true, loop: true, dots: true, autoplay: true, autoplayTimeout: 2000, autoplayHoverPause: true, rewind: false, mouseDrag: true, touchDrag: true }); 구현 예시
2021. 7. 13. 23:00