Jonathan Clark
Jonathan Clark

Reputation: 20538

Facebook style image gallery

I am developing a image gallery website and on that site I got a lot of images. I want to display them in popups just like Facebook does.

I need the following:

  1. That the popup resizes to fit the image and the image information.
  2. When I hover over the image I need for tags to be shown.
  3. Need to be able to paginate from image to image.

Is there a script anywhere that lets me do a replica of the Facebook Image gallery popup? Is there a solution to meet the requirements. Hopefully in jQuery.

Thankful for all input!

Upvotes: 2

Views: 20275

Answers (3)

Dorjsuren Ochir
Dorjsuren Ochir

Reputation: 510

I found this image gallery and like it.

http://www.maiconmva.com.br/LikeBox/

Upvotes: 5

Denzil Sequeira
Denzil Sequeira

Reputation: 129

Have a look at this:

http://css.dzone.com/articles/facebook-photo-gallery

Upvotes: 0

mca.soft
mca.soft

Reputation: 1

You'll find the answer to this question at:

http://visuallightbox.com/photo-gallery-with-lightbox-simple-html-demo.html

Try any of the demos shown (lots of different options of style!) These are all JQuery!

I've found that they work better than the facebook viewer in that the viewer automatically moves from image to image but with a manual override! Facebook does'nt have an automatic option (Yet!).

Upvotes: 0

Related Questions