Installation | Owl Carousel | 2. 3. 4 - GitHub Pages Class "owl-carousel" is mandatory to apply proper styles that come from owl carousel css file If you want the default nav controls like dots or buttons, you must also include the "owl-theme" class on that same div
Responsive Demo | Owl Carousel | 2. 3. 4 - GitHub Pages Owl has an in-built sort option but it’s best to set from the smallest screens to the widest Responsive options always overwrite top level settings As default, the responsive option is set to true so carousel always tries to fit the wrapper (even if media queries are not support IE7 IE8 etc)
Basic Demo | Owl Carousel | 2. 3. 4 - GitHub Pages Basic usage of Owl Carousel I used loop:true and margin:10 The structure works with any kind of DOM element In all of my examples i used <div class="item"> < div> but you could put any other element div span a img Setup