Top "Carousel" questions

A rotating display of content that can house a variety of content that usually includes "next" and "previous" buttons to rotate through the content.

kenwheeler/slick how to get current slide as a dom or jquery object?

Using slick, I have a simple carousel along the lines of: <div class="carousel"> <div class="image"&…

javascript jquery carousel
Add Play/Pause button to bootstrap carousel

I have read almost all the threads regarding to the bootstrap carousel, but haven't found an answer to my question. …

twitter-bootstrap carousel
Bootstrap Carousel with dynamic items does not slide

I'm using the stock bootstrap carousel: <div id="main-navigation-carousel" class="carousel slide"> <div class="carousel-inner"> <…

jquery twitter-bootstrap carousel twitter-bootstrap-3
Implementing twitter bootstrap carousel v2.3.2

I am having trouble implementing the bootstrap carousel. Can anyone look at the following html and js and give me …

javascript html twitter-bootstrap carousel twitter-bootstrap-2
Modern carousel library for android

Is there any library available for Carousel animation of images? I found http://www.androidviews.net/2012/10/android-coverflow/ ; https://code.google.…

android carousel
Slick.js how to align images in center of carousel?

By default, images align on the left. Using the setting centerMode: true the images are aligned a few pixels from …

javascript css carousel slick.js
iDangerous Swiper, subsequent destroy() and reInit() methods

According to the directions provided as an answer here... iDangerous Swiper plugin reset slides I'm trying to do something like …

jquery carousel swiper
Disabling Owl Carousel at a specific viewport width

I'm currently using Owl Carousel to show a gallery on desktop/laptop sized devices. However on smaller devices I'd like …

javascript jquery css carousel owl-carousel
Flexslider Custom Next / Previous Buttons

I used to use the jQuery Cycle plugin as I liked how easy it was to customise, such as inserting …

css slider carousel flexslider
Stop Twitter Bootstrap Carousel at the end of it's slides

The Bootstrap carousel is a strange beast. I've tried tweaking $next to prevent infinite looping but end up either breaking …

javascript jquery twitter-bootstrap carousel