Answer the question
In order to leave comments, you need to log in
How to use Owl Carousel + mixitup?
There is a mixitup container, which is also an owl carousel container.
<div class="mixitup-controls">
<button type="button" class="btn mx-controls-btn active" data-filter="all">Все</button>
<button type="button" class="btn mx-controls-btn" data-filter=".category-a">SEO продвижение сайта 1</button>
<button type="button" class="btn mx-controls-btn" data-filter=".category-b">SEO продвижение сайта 2</button>
<button type="button" class="btn mx-controls-btn" data-filter=".category-c">SEO продвижение сайта 3</button>
</div>
<!-- ... -->
<div class="mixitup-container d-flex owl-carousel owl-theme">
<div class="mix category-a" data-order="1">dsfa</div>
<div class="mix category-b" data-order="2">fdsa</div>
<div class="mix category-b category-c" data-order="3">werfd</div>
<div class="mix category-a category-d" data-order="4">dfga</div>
</div>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question