Problem with Owl Carousel

1

The layout looks like this:

However,whenIusethescriptcall:

<linkrel="stylesheet" href="js/owl/owl.theme.css">
<link rel="stylesheet" href="js/owl/owl.carousel.css">
<script src="js/owl/owl.carousel.min.js"></script>

<script>
    $(document).ready(function(){
        $(".owl-carousel").owlCarousel({
            pagination : false,
            navigation : false, // Show next and prev buttons
            singleItem: true,
            autoPlay: true,
            autoHeight: true,
            responsive: true,
        });
    });
</script>

It looks like this:

Simply disappear! Does anyone know what it could be?

    
asked by anonymous 15.03.2017 / 22:10

0 answers