创建垂直猫头鹰滑块,一次包含2个主题

时间:2017-11-01 05:55:00

标签: vertical-alignment owl-carousel vertical-scrolling

我正在使用Owl轮播创建滑块我创建了一个水平滑块,但我需要一个vertical一个,一次只有三个项目。

vertical_slider

我搜索了但没有找到答案或相关帖子。

更新

我使用光滑的滑块那个时间,这是我想要的工作。但是在猫头鹰中,我无法做到这一点。

1 个答案:

答案 0 :(得分:-2)

这是一个具有垂直owl滑块的CodePen:

https://codepen.io/thirdender/pen/aOYyGb



$(".owl-carousel").owlCarousel({
  loop: true,
  autoplay: true,
  items: 1,
  nav: true,
  autoplayHoverPause: true,
  animateOut: 'slideOutUp',
  animateIn: 'slideInUp'
});