Joey Morani
Joey Morani

Reputation: 26601

How to make a sliding image viewer?

Can anyone explain how to create a sliding image viewer using javascript or jquery? From the ones I've seen, it looks like all the images are side-by-side and then buttons move the images across depending on the width of that image. Which shows the next image. There's one of these image viewers here. I'm not after the scrollbar though.

Upvotes: 2

Views: 2712

Answers (2)

Mottie
Mottie

Reputation: 86433

If you want a nice plugin, then check out AnythingSlider.

If you need a tutorial, check out this excellent one by Soh Tanaka :)

Or here, because Soh Tanaka's site is no longer available

Upvotes: 2

lucas1000001
lucas1000001

Reputation: 2750

There's a jquery plugin here

http://www.serie3.info/s3slider/

that looks kind of like what you want - depends if you need the control or just want the cycling images.

Upvotes: 0

Related Questions