垂直旋转木马角2

时间:2018-01-26 08:55:26

标签: angular carousel

角度2垂直旋转木马是否有一些很棒的插件,还包括动画?

我已经尝试过使用ng-angular carousel,我是垂直制作的,但是当每张幻灯片的高度不同时,这个轮播的问题就开始了。

建议非常感谢。

由于

1 个答案:

答案 0 :(得分:0)

Goto this link

var mySwiper = new Swiper('.swiper-container', { 
    direction: 'vertical',
    pagination: {
      el: '.swiper-pagination',
      clickable: true,
    },
  });