슬라이드 형태를 만들어 주는 플러그 인
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');
'플러그인' 카테고리의 다른 글
dataTable 플러그인 (0) | 2021.05.02 |
---|---|
echarts 차트 그리기 (0) | 2020.09.19 |
지도에 화살표와 팝업 띄우기 open layers (https://openlayers.org/) (0) | 2020.09.13 |