2017-05-17 69 views

回答

2

如果有人找......在這裏我的解決辦法找回周圍貓頭鷹,導航和OWL-點的包貓頭鷹控制...

var owlCarousel = $('.owl-carousel'); 

owlCarousel.owlCarousel({ 
    items : 1, 
    margin: 0, 
    rewind: true, 
    nav: true, 
    autoplay: false, 
    autoplayHoverPause: true, 
}); 

// Wrap around nav & dots 
owlCarousel.each(function(index) { 
    $(this).find('.owl-nav, .owl-dots').wrapAll("<div class='owl-controls'></div>"); 
}); 
相關問題