Carousels, aka Sliders, are an interactive widget/design pattern used to present multiple featured content items in a limited space.

learn more… | top users | synonyms

134
votes
12answers
11k views

Are carousels effective?

Go to just about any eCommerce site and the homepage is nearly guaranteed to feature a carousel - an auto-rotating panel, usually with some sort of small navigation, usually highlighting new product ...
14
votes
7answers
810 views

Dots or arrows?

Which of the following 2 is more usable: Having dots on the carousel Having back and forward arrows, with some text to indicate the position and number of slides in the carousel The carousel is ...
7
votes
1answer
428 views

Using a carousel on home page or not?

I was thinking about the use of carousels in homepages, I have noticed a lot of web pages use and I really don't think they are useful sometimes, however I'm just a developer but I really like to do ...
7
votes
5answers
2k views

Why would you use SlideDeck (horizontal accordion) instead of a carousel?

I'm reviewing a client's site and their designers have used an unusual element to present some of their key points. The element is called SlideDeck and it's basically an accordion menu that is turned ...
6
votes
3answers
182 views

slides usability - auto play or not?

Im talking about the mini-slideshow many websites have on their front pages, where the slides change automatically, but the user can navigate by clicking on small circles below the slide. Problems ...
5
votes
4answers
335 views

Is pausing button under a scrolling banner necessary?

Carousels appear massively in my web projects, usually for making users able to check each "slides" in detail, we will make the scrolling paused when hovering on the banner content. However, one ...
5
votes
2answers
344 views

Handling images larger than viewport in carousel-based gallery

I'm trying to figure out the best way to design an image gallery embedded in a lightbox. The gallery has thumbnail versions of each image in a carousel, and clicking a thumbnail brings that image ...
5
votes
2answers
332 views

Do position dots under a carousel need to be clickable?

It is common convention to make position dots under carousels (as shown on Apple's site below) clickable. My question is: is this convention based in any user research, or any experience of user ...
4
votes
3answers
171 views

How to display carousel page count

I'm in the process of designing an introduction/tutorial for our iOS/Android application. It will consist of 4-5 pages and be ordered in a carousel control. It will look somewhat similar to that of ...
4
votes
3answers
169 views

Is using an entire banner as a link bad usability?

I am working on a eCommerce site which has a large hero banner space which scrolls through a number of 865 X 450 px banners. Each of these banners is linked to a specific offer in the site. When I ...
4
votes
2answers
584 views

Should an image carousel on a mobile site automatically rotate?

Or should the user have complete control? The intention is to have a slider/carousel that shows 6 or 7 images which the user can look through by clicking arrow buttons left or right. But the question ...
4
votes
1answer
72 views

Effect for smooth scrolling over slider/carousel

What is this effect called? http://ruudvaneijk.nl/ when you scroll down you see it scrolls a bit over the slider on the top. I searched the internet for half an hour but could not find how it's ...
3
votes
2answers
94 views

Should Carousels auto-scroll?

I am redesigning a portfolio site and a suggestion was given that we should use a carousel to show featured works. This would allow us the flexibility to define as many featured works as needed. ...
3
votes
2answers
257 views

How to display a rotator / carousel in a responsive website when shown on a mobile

I'm working on a responsive wireframe and the desktop version has a feature area rotator. On the desktop site, it just has arrows and I worry that that will make navigating the rotator difficult on ...
2
votes
2answers
272 views

Better way to scroll through discrete horizontal list

As a javascript developer, the simplest way to implement sliding is to just put all items in a row and animate by changing a css property. Are there any reasons to do it this way besides the ...
2
votes
1answer
263 views

Responsive web vertical scrolling design and elements [closed]

I have been trying to implement a vertical scrolling site that is also responsive. For that purpose, I have not used a responsive grid, only media queries. But I do have some blanks to be filled and I ...
2
votes
1answer
591 views

Are homepage slideshows actually effective? [duplicate]

Possible Duplicate: Are carousels effective? Something I have been wondering for quite a while now. Why is it that so many websites use slideshows on their homepage? My gut feeling tells ...
2
votes
2answers
333 views

How many images should a slideshow carousel rotate automatically?

How many images should be updated or rotated in on a slideshow carousel that features things like products or articles?
1
vote
3answers
213 views

Mutiple or single hyperlinks within a carousel slide?

Each slide in our new carousel will have: - A text Heading - A text Tagline - An image - An hyperlink(s) This carousel is part of a CMS and will soon become available to content owners and because ...
1
vote
1answer
99 views

What do you call a control that changes the relative sizes of two sections?

I want to implement a control to change the relative size of two sections within a single entity. This would use an east-west resize cursor, and as the user dragged it would make one block smaller ...
1
vote
2answers
115 views

Do IT workers interact more with carousels?

I came across a question this morning. I've read many studies which demonstrates that carousel aren't effective at all, mainly because they look like banners and users are blind to them. ==>Jakob ...
1
vote
1answer
171 views

How many photos should be in a slideshow for mobile on page load?

We have a slideshow which displays one photo at a time. The user can click or swipe through back and forth. Right now we're loading in 10 to start, but there is no actual research behind the decision. ...
0
votes
1answer
189 views

Carousel Menu on Mobile Device [closed]

So, I made this carousel menu as a second menu and using Jquery Mobile framework. This carousel is clickable and when i saw on some reference there's also swipe for touchscreen. Is my carousel ...
0
votes
1answer
216 views

Android - Visually impactful representation of small but important data

I am building an app where lets say I have four to five very important terms, clicking which take me to separate activities. I want these terms to be visually impactful in what they convey and how ...