T
T
tkachenkoaanna0972020-07-29 12:07:01
JavaScript
tkachenkoaanna097, 2020-07-29 12:07:01

Why are slides duplicated?

How can I fix this in the single__holder

block instead of 2 items , 5 are shown there, I expect 2 https://jsfiddle.net/hsnzdtc9/2/


Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexander, 2020-07-29
@tkachenkoaanna097

loop: falseor items: 2.

i expect 2

You have the following installed:
single_slider.owlCarousel({
    dots: false,
    nav: true,
    loop: true,
    navText: '',
    items: 5,
    margin: 20
});

V
Vovash, 2020-07-29
@V0vash

A
Andrey, 2020-07-29
@chelitsy

loop: false,
items: 2,
loop set to false and there will be only those that you have,
fix item by 2 and will be in the visible zone 2

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question