N
N
NewBeHere2018-01-21 02:59:07
css
NewBeHere, 2018-01-21 02:59:07

Does owl-carousel work strangely?

Hello. Connected owl-carousel, all paths work correctly, all default settings. Here is the structure:

<div class="owl-carousel owl-theme">
        <img src="img/1.jpg" alt="asd">
        <img src="img/1.jpg" alt="asd">
        <img src="img/1.jpg" alt="asd">
        <img src="img/1.jpg" alt="asd">
        <img src="img/1.jpg" alt="asd">
        <img src="img/1.jpg" alt="asd">
        <img src="img/1.jpg" alt="asd">
  </div>

But in reality they are displayed as follows:
They just go under each other as one item
Here is a screenshot. The second and third item are just empty. What is the problem?
5a63d7c6bc2b2706445514.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey Kotosin, 2018-01-21
@av_kotosin

jquery connected? Before owl-carousel? And immediately the second thought - try to use different images, perhaps because of this. And another question right away - run like this: $(".owl-carousel").owlCarousel(); ?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question