Problem with Owl Carousel

Asked

Viewed 228 times

1

the layout is like this:

inserir a descrição da imagem aqui

However, when I use the script call:

<link rel="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>

Stay like this:

inserir a descrição da imagem aqui

Just disappear! Someone knows what could be?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.