views:

21

answers:

2

Can anyone recommend a javascript plugin that rotates some small images on a card.

For an example of the functionality I want check out http://sortfolio.com

Would prefer Prototype implementation, but JQuery could work also if necessary.

I'm curious to see if there are any other cool implementations of this too (such as just hovering the mouse over the image and moving it left or right).

More generally - where is the best place to find and rate plugins like this? I'm surprised that I couldn't find a big site that listed and rated them all. Maybe github?

A: 

Just google jQuery image carousel

There are some good ones here

Also check out jQuery.com

griegs
A: 

From reading their javascript file it looks like they are using a modified version of this:

http://github.com/simplabs/glider

Search for "glider" in http://asset0.sortfolio.com/sprockets.js

Brian Armstrong