owl carousel 을 사용하여 슬라이드 쇼를 만들었지만 point나 pagination을 표시 할 수 없습니다. 문서 를 읽었으며 키워드 인수가 필요하다고 말했습니다. dots : true | false
,하지만 dots : true
를 사용하면 표시되지 않습니다. pagination : true
도 시도했습니다.
<script>
$(".slider").owlCarousel({
loop: true,
autoplay: true,
autoplayTimeout: 2000,
autoplayHoverPause: true,
dots: true,
});
</script>
여기 는 전체 검토를위한 펜입니다. 도와 줘서 고마워