Live data from Hacker News

Slick – Carousel

kenwheeler.github.io

111–119 of 119 posts

Re: Slick – Carousel

#111
post #33

Earlier quoted context omitted.

The maths looks wrong; the distribution of clicks is only relevant if the total number of clicks stays the same. Essentially a carousel gives you a "second-bite" at your customer, i.e. the second image is a chance to convert those customers who haven't already been converted by the first image. Imagine you have two images one which converts at 40% and one which converts at 20% - but each image converts completely dif…

You can get the same set of bites faster and more effectively by simply placing both images directly onto the page. This is why Amazon Kindle and Apple product pages tend to be so tall. People can scroll a lot faster than they can wait for a carousel to go through.

This.

I've personally never seen carousels out-perform alternatives like having multiple images on the page, or multiple landing pages with separate messaging, or just dropping multiple options for the one that's most important.

I'm sure that there are some cases where they're an effective option - but I've yet to come across one in testing.

As Brad Frost once observed "Carousels exist to keep people from beating the shit out of each other in meetings." - https://twitter.com/karenmcgrane/status/316563205294010370

And sometimes "people" is just the different people in your head who want to talk about ALL THE THINGS - when talking about just the most important one is what you really need to do.

Re: Slick – Carousel

#112

Earlier quoted context omitted.

Works in my firefox, ie9 & ie8

Make the window small. 'works' isn't the same as 'awkwardly falls off the side of the page when the window is small'. It's fine on chrome. (at least, that's what I see on my imac and laptop).

Could be wrong but it sounds like you're encountering the Firefox bug with window resizing - Mozilla introduced the Ctrl-Shift-M feature specifically to workaround this issue.

If so it's not an issue with this JS library.

Re: Slick – Carousel

#113

Earlier quoted context omitted.

* Yes. * I don't really care * Irrelevant. Just sayin'. With angular.js you have absolutely no need to include jQuery as well. Therefore, the tagline will probably hold up until jQuery gets overtaken by Angular.

jQuery will never get 'overtaken' by Angular. They are two totally different things. The day $ gets 'overtaken' by Angular is the day I hang up my fucking magic trackpad.

bookmarks this post for future reference

Re: Slick – Carousel

#114

Aside from the great work on the carousel, I'm perhaps more impressed by @thekenwheeler digging into all the comment responses on the page and all the comments on HN (including feature pushes based on comments). Makes me much more inclined to use it given the right use case.

If you have an issue, just let me know. I typically have a < 24h turnaround.

Re: Slick – Carousel

#115

Earlier quoted context omitted.

You mean like using data attributes? Or like a polymer or angular directive? Not sure specifying responsive option sets would be easier.

I mean an implementation using shadow DOM. It might even expose some customization options as attributes, but it would be easier to fork & customize than the usual jQuery mess by definition.

Let me see what I can do. It would have to be a custom fork, because that's pretty edge. I'll give it a shot after I finish the angular directive and wp plugin.

Re: Slick – Carousel

#118
post #87

I don't wish to engage in standard HN negativity, but I'd like to suggest that you should probably don't want to use a carousel at all most of the time. From the user's perspective, a carousel is just a random image. You'll get more conversions if you choose the best image instead of a random one. http://www.bayesianwitch.com/blog/2014/carouselsarebadforcon...

It depends on what you are using the carousel for. For example if you are showing let say showing a set of different products, carousel is a bad choice. Because it is dependent on interaction by user or the possibility the user stays on the page long enough for carousal to change image. But if you are on the product page and viewing different angles of the same product. The bigger the image better the conversion. In…

As long as the carousel doesn't auto-rotate, I could see a carousel + thumbnails working very well for a product gallery. The example on your site does it well.

Re: Slick – Carousel

#119

Earlier quoted context omitted.

Exactly. The carousels on The Verge and Polygon are just awful. The only good implementation of a carousel on mobile (in my experience) is the one on GSMArena, which has large prev/next buttons.

I actually like the carousel on the mobile app if that's what you're talking about. I know it's the top stories, but yeah it hides the other stories if you didn't know about swiping.

It could be that the swipe is more reliable in the app, but on the mobile website, it's not. Sometimes my swipe is ignored and sometimes I even accidentally activate the link of the current item in the carousel. #annoying
Post reply on HN