Top "Owl-carousel-2" questions

Used for all questions relating to the Owl Carousel touch-enabled jQuery plugin version 2.

Owl-Carousel2 - set dotsData

I need to set custom dots in owl carousel. I have this code in JS: $(document).ready(function() { $('#header-slider').…

javascript jquery owl-carousel owl-carousel-2
Owl Carousel Horizontal Thumbnail Bar- add navigation

I have the following owl carousel with the thumbnail bar. Technology used here, Owl Carousel 2.3.4 Owl carousel Thumbs As you …

owl-carousel-2
Owl carousel 100% height

I have a little problem with owl carousel 2, This is the old version of my site, http://lukaszradwan.com/pl/ …

javascript slider height owl-carousel owl-carousel-2
The clicked item should be in center in owl carousel

$(".owl-carousel").owlCarousel({ margin:10, dots:false, nav:true, responsive:{ 0:{ items:1 }, 600:{ items:3 }, 1000:{ items:5 } } }); The Above is my Owl carousel. Now i need …

jquery owl-carousel owl-carousel-2
How do I specify number of items to be shown in Owl carousel 2?

In Owl carousel 1 I could specify different number of items to be shown depending on the viewport width: items:5, itemsDesktop:[1199,4], …

javascript jquery css owl-carousel owl-carousel-2
OwlCarousel preload image in background

I'm using owlcarousel 2 with lazyload options true, i want to start preloading of next slides images in background while user …

jquery owl-carousel preloading owl-carousel-2
Reload Owl Carousel 2 when side navigation opens or closes

I am working on a website, and it is built off a theme. In the body of the site is …

javascript jquery owl-carousel-2