How to use owl carousel vertically?

前端 未结 4 1601
清歌不尽
清歌不尽 2020-12-10 05:07

I did not want to take the plugin code so I was wondering if someone had already managed to use plugin vertically. It\'s a shame on the part of this plugin can be used horiz

4条回答
  •  感情败类
    2020-12-10 05:34

    Here is a CodePen that solves this:

    http://codepen.io/dapinitial/pen/xZaRqz

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

提交回复
热议问题