Answer the question
In order to leave comments, you need to log in
Why does the owl carousel display the slide incorrectly?
<div class="owl-carousel">
<img1>
<img2>
<img3>
</div>
$('.owl-carousel').owlCarousel({
items: 1
});
Answer the question
In order to leave comments, you need to log in
The problem is probably in your styles
https://codepen.io/anon/pen/OEgmqR
I advise you to generally avoid sliders that set any height or width for elements. This immediately puts an end to adaptability and the use of a slider without any crutches.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question