views:

289

answers:

6

I want a really nice way to load in pictures onto a webpage, like a portfolio of my work (let's say it's pottery that I sell on the web) - various fade effects and the like - what can you recommend? Is there something in JQuery?

Thanks

+1  A: 

There are plenty of jQuery plugins that will do this for you. One that I like is the Cycle plugin. There is also Cycle Lite if you don't need as many effects. For more you can search the jQuery plugin database for slideshow or carousel -- and perhaps other keywords.

tvanfosson
A: 

Lightbox 2 may be worth a look. Nice way of loading images from thumbnail links. Very simple to implement too.

Nick
+2  A: 

The most popular are probably:

slf
add fancybox to the list too :) http://fancy.klade.lv/
Russ Cam
A: 

Besides what has already been mentioned, I have used slideshowpro and really like it. A very inexpensive download (like $20 or something like that), its free to try, and widely used. It is a flash plugin however, so you need to be OK with that (you don't need to know flash to use it)

Its use xml files to define the gallery/pictures and has a lot of easily configurable options. Also has an add-in for Picasa that will automatically generate the XML for you from a list of files.

http://slideshowpro.net/

EJB
+1  A: 

I really love fancy

tanathos
+1  A: 

I'm using the LightBox on my website and have not found anything easier to work with. Best of all it is free. Here is an example of the implementation on my website.

Italy Pictures

You can download the Lightbox code here...

RSolberg