0

Lets say I let the customer upload up to 5 pictures. I'm looking for a good way to let visitors see the images one by one.

I've seen some.. where there are thumbnails on the side/bottom (that looks like a vertical/horizontal film strip) and the default picture is the large one displayed. And viewers can click into others to show those pictures.

This could possibly be an AJAX solution. I just couldn't come up with the right keywords to Google this custom Web component. Perhaps it is "photo gallery". But I would be more interested to know what solutions developers here use for their site.

Weng Fai Wong
  • 640
  • 3
  • 16
  • 35

3 Answers3

1

Perhaps lightbox is the keyword you're looking for: http://www.google.com/search?q=lightbox

Emmett
  • 14,035
  • 12
  • 56
  • 81
0

Is something like this Galleria what you're after?

It's all implemented in Javascript so is simple to integrate.

mal-wan
  • 4,391
  • 4
  • 26
  • 37
0

There are several options but on first thought, I would reach for the fancybox jQuery plugin. The third example on their home page does exactly what you described. I've used this plugin a few times now and it's quite good.

Cj S.
  • 1,173
  • 8
  • 13