Owl Carousel Fix auto width problems / resize on width/height change var carousel = $( '.owl-carousel' ).owlCarousel({ margin: 25, loop: true, dots: false, autoWidth: true, items: 3 }); //carousel.trigger( 'refresh.owl.carousel' );