Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

i'm looking for a jQuery gallery with the following features: - scrollable thumbnails (horizontal) - fading transition when clicking - extra lightbox on the big picture for full view

thanks

share|improve this question
Look at this gallery, that i wrote few days ago. It very similar to what google use: github.com/creotiv/jquery-photowall – Creotiv Dec 30 '11 at 10:01

4 Answers

up vote 1 down vote accepted

I never saw good jquery gallery plugin with features you want, but you can take http://coffeescripter.com/code/ad-gallery/ and add extra lightbox for big image.

share|improve this answer

Here's the jquery plugin : http://demo.awkward.se/showcase/index2.html according to your requirement you'll need to add lightbox.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.