Any jQuery plugin is like google + image collage

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 .. ??

+7
source share
5 answers
+3
source
+5
source

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

+2
source

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/

+1
source

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/

0
source

All Articles