Questions tagged [owl-carousel-2]

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

Owl Carousel is a touch enabled jQuery plugin that allows you to easily build carousel that are supported on a variety of platforms and devices.

Features

  • Drag and drop support on mobile and in browsers.
  • Responsive
  • Automatic fallback to when is not supported
  • Support for modules and plugins

Resources

Related Tags

342 questions
0
votes
1 answer

How to asynchronously add items to owl-carousel using Angular2

I've imported owl-carousel libraries into my Angular2 CLI project, which displays correctly if I have: but I need…
Hallupa
  • 1,155
  • 1
  • 9
  • 14
0
votes
1 answer

Owl carousel items have different heights

How can I make all items inside this Owl carousel have the same height (as the tallest item)? $(document).ready(function() { $('.owl-carousel').owlCarousel({ items: 4 }); });
Tyler Bean
  • 417
  • 1
  • 4
  • 14
0
votes
1 answer

owlcarousel not working in custom template

I called the owlcarousel in the main.js and it is like that--- (function($){ "use strict"; jQuery(document).ready(function($){ $(".homepage-slides").owlCarousel({ items: 1, …
Uzzal Chandra Dey
  • 91
  • 1
  • 2
  • 13
0
votes
1 answer

Owl carousel 2: Lazy load for videos

I have a carousel powered by Owl carousel v2 with lazy load enabled: JS: $('.owl-carousel').owlCarousel({ lazyLoad: true }); HTML: which works OK. Then I…
sdvnksv
  • 9,350
  • 18
  • 56
  • 108
0
votes
1 answer

OwlCarousel2 what is the best way to initialize multiple instances

I want to have 3 scrollers using owlcarousel (two of them have different options for it). What is the best (in performance meaning) practise to do this?
WEBCENTER
  • 143
  • 4
  • 14
0
votes
1 answer

Execute owl-carousel script after jQuery replaceWith() method (DOM elements replacement)

Here is my jsFiddle On document ready I want to: Replace 3 divs (with classes:' one', 'two', 'three'') with 3 divs (each one with the same class 'smilling') with jQuery replaceWith() method, Run the owl-carousel plugin. I don't know why but…
0
votes
1 answer

OWL Carousel owl-buttons issue

I use OWL Carousel and I have a little problem, the owl-buttons div is over my images, when I want to click on the small images in the owl-buttons div zone, that part is not clickable.