owl-carousel

Mutlple owl Carousel in one page with different setting

生来就可爱ヽ(ⅴ<●) 提交于 2021-01-21 05:17:09
问题 There are two owlCarousel working perfectly in one page but I want to change the default setting on each carousel. Once I changed the effects applying to both carousel. What I've already tried <script> $(document).ready(function() { $("#owl-demo").owlCarousel1({ navigation : false, pagination : true, items : 1 }); }); </script> <script> $(document).ready(function() { $("#owl-example").owlCarousel(); }); </script> I want to change the below settings for each carousle $.fn.owlCarousel.options =