W
W
Web Lizard2016-09-30 16:40:51
css
Web Lizard, 2016-09-30 16:40:51

Is it possible to make owl carousel scroll through several slides at once?

There is a slider, for example this one:
owlgraphic.com/owlcarousel/demos/json.html

It displays 5 slides at a time. Is it possible, when scrolling, to make it so that not one slide is shown, but new 5 at once?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
Vadim Belkin, 2016-09-30
@Lizard-108

Customizing , the scrollPerPage parameter seems to be responsible for this. It will flip through not one at a time, but all the slides on the page at once.

A
Asya, 2017-05-22
@Z-asya

$('.owl-carousel').owlCarousel({
...
slideBy: 5,
...
});

N
Nikita_ab, 2016-09-30
@Nikita_ab

idangero.us/swiper - I will advise, a good, free and multifunctional slider. Supports mobile and touch.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question