so I'm trying to use Owl Carousel without a fixed width because I need a responsive Wordpress site with no fixed images or widths, otherwise it breaks my mobile views.
I tried uncommenting the lines in owlcarousel.js where _width
and _widths
are set, and that sort of worked, except the items were then not centered within the .owl-stage
. When I tried to alter the dimensions of the .owl-stage
the entire thing broke.
Can anyone give advice on how to do this? I just want a responsive deployment of Owl Carousel where the widths etc are relative, rather than fixed.
Fiddle
Set items to 1
To make the Owl Carousel 2 show a single responsive slide you need to set the number of items to 1 instead of the default 3 and there is no need to use the responsive options offered in the docs because you always want to show a single slide.
JavaScript
Full Code