标签: jquery slider owl-carousel
我使用猫头鹰滑块,想要像下面的屏幕一样做滑块。我该怎么做?
答案 0 :(得分:0)
在您的猫头鹰选项中设置items: 3,然后您可以在CSS中使用.active:first-of-type, .active:last-of-type使左侧和右侧的活动项目变小。
items: 3
.active:first-of-type, .active:last-of-type