Darius
Darius

Reputation: 1664

Looking for a simple fade javascript image rotator

I need a simple image rotator that rotates images by fading, centers vertically and is accepted by most if not all browsers. I however need to be able to customize the arrow images and place them anywhere i like. Anyone know of one?

If I try to visually show you what I need it would look like this.

< -- My back button [ image ] My next button -- >

I use jquery :) I've given plenty of rotators a shot already but they don't accept images of varying sizes or are not customizable.

Upvotes: 8

Views: 49790

Answers (4)

Jeff B
Jeff B

Reputation: 30099

If all you need is image rotation, why not do it yourself?

It's only a few lines of jQuery and infinitely customizable. :)

Example: http://jsfiddle.net/jtbowden/UNZR5/1/

Upvotes: 29

Hussein
Hussein

Reputation: 42818

Use jQuerytools scrollable by flowplayer. Very lightweight, flexible and they offer a CDN link to there js files so you don't have to load it from your server.

Scrollable http://flowplayer.org/tools/demos/scrollable/gallery.html

Make sure to try out all there available scrollable examples.

CDN links can be found at http://flowplayer.org/tools/download/index.html

Upvotes: 0

Kirk Beard
Kirk Beard

Reputation: 9843

I generally like to stick to using this one: http://jquery.malsup.com/cycle/

It can be as simple or as complex as you need, and is highly extensible. They also provide heaps of examples for what can be done with it.

Example with next/previous buttons here: http://jquery.malsup.com/cycle/int2.html

Upvotes: 8

Code Maverick
Code Maverick

Reputation: 20415

Have you tried http://aviathemes.com/aviaslider/? It is customizable and is amazing.

Upvotes: 1

Related Questions