owlCarousel

Basic

Responsive

Merge

autoWidth

stagePadding

Videos

Autoplay

Mousewheel

  • Uses Instruction

  • owlCarousel is delivered primarily via npm. npm i owlcarousel2
  • Add the following line into the <head> of each template or page that you want to use owlcarousel2 on.
    
    <!-- owlCarousel CSS -->
    <link rel="stylesheet" href="./../assets/vendors/owl.carousel/assets/owl.carousel.min.css">
    <link rel="stylesheet" href="./../assets/vendors/owl.carousel/assets/owl.theme.default.min.css">
    
  • Add the following lines before the <body> of each template or page that you want to use owlcarousel2 on.
    
    <!-- owlCarousel JS -->
    <script src="./../assets/vendors/owl.carousel/owl.carousel.min.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-mousewheel/3.1.13/jquery.mousewheel.min.js"></script>
    
    <!-- owlCarousel Initialize JS -->
    <script src="./../assets/js/components/extended/owlcarousel-init.min.js"></script>
    
  • For full documentation please visit the link: https://owlcarousel2.github.io/OwlCarousel2/