One way is to use these two plugins to create a Google-style photo display + http://www.sohtanaka.com/web-design/fancy-thumbnail-hover-effect-w-jquery/ , and there are many other slider plugins . the merger of the two we can do the corresponding work. But I do not want to reinvent the wheel.
Is there any plugin already available .. ??
jQuery / CSS3 photo gallery tutorials
This one seems to combine the fancybox plugin with the CSS gallery: http://tutorialzine.com/2009/11/hovering-gallery-css3-jquery/ .
Also, this seems good too: http://pikachoose.com/how-to-fancybox/
Few: http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/http://minishowcase.net/http://visuallightbox.com/index.htmlhttp://www.pirolab.it/pirobox/
There are a lot of [ ] here, I suggested some tips that are close to what you are looking for.
I know it's late. But there is a plugin that displays a list of images directly as a collage with drag and drop, etc.
https://github.com/sandeepravi/collage
A bit late to answer this question, but here is a simple plugin that creates a Google + style image and will extract images from the google + album.
Get the code from github: https://github.com/dantium/jQuery-Plus-Pics
Check out the demo here: http://www.danatkinson.com/demo/googlepluspics/
I also need to create a collage with jquery and read this question and others. After analysis
I found the perfect solution through the CSS link from the link below, and I am expanding the collage functionality with the image option for searching:
How to dynamically create a collage (grid without spaces) of images where the images have different heights?
Css collage link: https://css-tricks.com/seamless-responsive-photo-grid/