Top "Owl-carousel" questions

Owl Carousel is a touch-enabled jQuery plugin that lets you create a beautiful responsive carousel slider.

How to reinit a owl carousel 2.0?

I know in the first version of owl carousel we do it like this : var $carousel = $('#carousel'); var owl = $…

javascript jquery html css owl-carousel
Owl carousel not working, maybe I linked something incorrectly?

I an trying to use the owl carousel in my new project. I seem to be having an issue with …

javascript jquery html owl-carousel
Is it possible to implement a circular/infinite carousel using owl carousel?

I am using owl carousel and it works perfectly except it does not support circular/infinite scrolling. I did search …

jquery-plugins owl-carousel infinite-carousel
Fade in and out owl carousel effect not working

<script> $(document).ready(function () { $("#owl-demo").owlCarousel({ navigation: true, navigationText: ["", ""], slideSpeed: 300, paginationSpeed: 400, autoPlay: true, mouseDrag: true, singleItem: true, animateIn: …

jquery effect owl-carousel
How to re-render a owl-carousel item?

Well, I'm using a owl-carousel-2 plugin now. And I encounter the following problem: The markup code: <div class="owl-carousel" …

jquery html css owl-carousel owl-carousel-2
How to remove indicators from owl carousel

I cannot for the life of me get rid of them: dots: false, Doesn't do anything?

html css owl-carousel
owl carousel 2 not work with loop and 1 items (Bug Fixed Now)

I work with owl carousel 2 for carousel content. JS: $('#owl-demo').owlCarousel({ loop: true, margin: 10, nav: true, items: 1, }); HTML: <…

javascript jquery html css owl-carousel
Cloned items in owl carousel

While building the carousel I realized that an owl add's cloned duplicate items. My owl config looks like this. How …

owl-carousel
How to add margin between owl carousel

I want to add margin-left or margin-right between carousel items.but not margin-left for first item. below is my code.…

jquery css owl-carousel
How to center the images in the Owl Carousel

My Owl Carousel contains pictures of different width and height. How do I align them in the middle - both …

html css carousel centering owl-carousel