Skip to content
Advertisement

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 control it.

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)

Bootstrap Carousel Transitions and Prev/Next Buttons Not Working

I’m trying to implement the twitter bootstrap carousel, and it’s not working – it doesn’t switch images automatically, AND the previous/next buttons don’t work. I’ve tried switching to jquery 1.7.1 as suggested on Bootstrap Carousel Not Automatically Sliding and Bootstrap Carousel Not working, but nothing seems to help. Any ideas would be appreciated. You can view it and its linked

Advertisement