Skip to content

Tag: carousel

javascript carousel not showing first slide

So i took this code off of w3schools to try and learn how to build a carousel from scratch and adapted IT to my own project but i’ve run into a problem where it won’t show the first slide by default when the page loads. the carousel works fine otherwise once you click on the balls(dots?) meant to …

Slick carousel right to left

I’ve setup slick carousel to continuously scroll, however I need to to scroll in the oposite direction. Adding the RTL option didn’t seem to work. Fiddle here (currently left to right) http://jsfiddle.net/mth2ghod/ Answer Change the slidesToScroll to a -1 (it will change the slide direction)