Answer the question
In order to leave comments, you need to log in
Where can I find an infinite vertical slider?
a slider that looks like this one with one button
Answer the question
In order to leave comments, you need to log in
read about one interesting relatively new css-module
"css scroll snap points" just google it. I recommend the tutorial from uwebdesign (find it on YouTube), this is a rather simple tool that allows you to write sliders in css without much difficulty. Although it is intended for a little something else, well, I gave you the key word)
And what prevents you from doing it yourself or redoing an existing one?
Slick knows how.
kenwheeler.github.io/slick
_
$('slider').slick({
vertical:true,
infinite: true,
prevArrow: '',
nextArrow: '<button type="button" class="slick-down"><img src="img/down.png"></button>'
});
bxSlider, you can set the vertical mode and scroll the slides endlessly (in a circle).
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question