Image gallery with a Lightbox in jQuery

Posted by Alex on Stack Overflow See other posts from Stack Overflow or by Alex
Published on 2010-05-13T20:31:03Z Indexed on 2010/05/13 20:34 UTC
Read the original article Hit count: 203

Hi. I'd like to create a jQuery image gallery of showcased products. It will show one product image at a time, with Next/Previous arrows, and a brief name and price as overlay on the image. If users click it, it will go to the order page. It will have an icon to show a larger, modal version (Lightbox style) of the image with full description, price, and a link to a page to order it.

In other words, it's an inline gallery, about 250px X 150px, with next/previous option, but also with a little icon to fire it up in a lightbox type modal window that can have links.

Here's an example which doesn't have the inline gallery effect. Here's another, also missing the inline gallery. Is there such a beast as what I'm looking for? Thanks.

© Stack Overflow or respective owner

Related posts about jquery-plugins

Related posts about gallery