Preview:
<div class="slider">
    <div class="owl-carousel owl-theme sliderLogo">
        <div class="item"></div>
        <div class="item"></div>
    </div>
</div>


    $('.sliderLogo').owlCarousel({​​​​​​​
        loop: true,
        stagePadding: 0,
        margin: 0,
        autoWidth: false,
        lazyLoad: true,
        autoplay: true,
        nav: true,
        navContainer: '.customNav',
        navText: ["<i class='fal fa-long-arrow-left'></i>", "<i class='fal fa-long-arrow-right'></i>"],
        dots: true,
        autoplayHoverPause: true,
        smartSpeed: 1000,
        onLoadLazy: lazySrcset,
        onInitialize: showSlider,
        responsive: {​​​​​​​
            0: {​​​​​​​
                items: 3
            }​​​​​​​
        }​​​​​​​
    }​​​​​​​);
 
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter