7

One way is to use these two plugins to create google+ style photo display http://www.sohtanaka.com/web-design/fancy-thumbnail-hover-effect-w-jquery/ and there are tons of other slider plugins available.By merging two we can do the respective work. But i dont want to reinvent the wheel.

Is there any plugin already available..??

Ufuk Hacıoğulları
  • 37,978
  • 12
  • 114
  • 156
Mohit Jain
  • 43,139
  • 57
  • 169
  • 274

5 Answers5

5

This one seems to combine fancybox plugin with CSS gallery: http://tutorialzine.com/2009/11/hovering-gallery-css3-jquery/.

Also, this one also seems good: http://pikachoose.com/how-to-fancybox/

Few more: http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/
http://minishowcase.net/
http://visuallightbox.com/index.html
http://www.pirolab.it/pirobox/

There are lot in here, I suggested few that fit close to what you're looking for.

Mrchief
  • 75,126
  • 20
  • 142
  • 189
  • dude i have specified these plugins in my question.. That merging two can solve my problem. I was just looking for something which is already done, by some1. anyways thats for your links.. – Mohit Jain Jul 18 '11 at 04:40
3

jQuery/CSS3 photo gallery tutorials

Sudantha
  • 15,684
  • 43
  • 105
  • 161
2

I know this is late. But there is a plugin which displays a list of images directly as a collage with drag drop etc.

https://github.com/sandeepravi/collage

sandeep
  • 521
  • 2
  • 7
1

Bit late to answer this one but here is a simple plugin that creates a google+ style photo display and will retrieve images from a google+ album.

Get the code from github: https://github.com/dantium/jQuery-Plus-Pics

View a demo here: http://www.danatkinson.com/demo/googlepluspics/

Dan
  • 386
  • 4
  • 14
0

I also need to create collage with jquery and read this question and other too. After analysis,

I found the perfect solution via CSS link from below link and I am extend the collage functionality with search image option:

How do I dynamically create a collage (grid with no gaps) of images, where images have different heights?

Css collage link : https://css-tricks.com/seamless-responsive-photo-grid/

Community
  • 1
  • 1
Ajay2707
  • 5,690
  • 6
  • 40
  • 58