슬라이드 형태를 만들어 주는 플러그 인 

 

owlcarousel2.github.io/OwlCarousel2/

 

Home | Owl Carousel | 2.3.4

Modules and Plugins Owl Carousel supports plugin modular structure. Therefore, you can detach plugins that you won't use on your project or create new ones that fit your needs

owlcarousel2.github.io

 

기본형태 :

                    $('.my_p_list').owlCarousel({
                        loop: false,
                        rewind: true,
                        margin : 0,
                        nav : true,
                        dots : true,
                        autoplay : true,
                        autoplayTimeout : 6000,
                        autoplayHoverPause : true,
                        smartSpeed : 1000,
                        responsive : {
                            0 : {
                                items : 3,
                            },
                            1600 : {
                                items : 4
                            }
                        }
                    })

 

 

$('.project_list').owlCarousel('destroy');

+ Recent posts