Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 278 Bytes

File metadata and controls

16 lines (12 loc) · 278 Bytes

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' );