How to re-render a owl-carousel item?

前端 未结 7 1485
太阳男子
太阳男子 2020-12-09 05:49

Well, I\'m using a owl-carousel-2 plugin now.

And I encounter the following problem:

The markup code:

7条回答
  •  [愿得一人]
    2020-12-09 06:07

    With Owl Carousel 2 you reinitialize like so:

    jQuery('.owl-carousel').trigger('refresh.owl.carousel');
    

    see this issue.

提交回复
热议问题