Any jQuery plugin something like google+ image collage
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..??
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.
jQuery/CSS3 photo gallery tutorials
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
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/
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/
精彩评论