0

Carousel init happens on DOM ready, but after I load the (Foundation) styles, than the carousel is broken. If I resize the window manually, than carousel is rendered fine. I tried to trigger:

$(window).trigger('resize');

but no success. Obviously the OWL reacts to some event, but I cannot find it.

I also tried:

$('.slick-slider-container').owlCarousel('refresh');

and

$('.slick-slider-container').owlCarousel('reinit');

but than is even worse (window resize helps no more).

The issue may be connected to Foundation framework, besides regular CSS rules I also have the Equilizer inside slides.

skobaljic
  • 9,379
  • 1
  • 25
  • 51

0 Answers0