Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google+ style tiled photo gallery

Has anyone seen a javascript library that will generate a photo gallery similar to the way Google+, and now Facebook, organizes photos where some are cropped, but the all seamlessly fill a space.

Something like this:

enter image description here

like image 949
Salsero69 Avatar asked Jan 21 '12 05:01

Salsero69


People also ask

Does Google have a photo gallery?

A light and fast gallery app designed to work offline on your Android Go phone. With one-tap editing, Gallery Go helps your photos look their best. Easy-to-use tools like auto-enhance, filter, rotate, and crop will take your shots from okay to amazing. Gallery Go is built to use less: less space and less data.

What is tile overlay Google Maps?

Select platform: Android iOS JavaScript. A tile overlay, sometimes called a tile layer, is a collection of images that are displayed on top of the base map tiles.

What is a tiled image?

[...] What is a tiled image? A tiled image is the behavior of a widget to display one or more repetitions of an image. The number of repetitions depends on the size of the widget and the size of the image.


2 Answers

I was doing some digging around and found this. It's a bit different, but it still looks nice. The only thing missing is the photo popping out.

http://masonry.desandro.com/

like image 57
Salsero69 Avatar answered Sep 22 '22 22:09

Salsero69


I was looking for something similar and I've seen a couple now, this builds on jQuery: http://moewashere.com/jglance and this is really helpful guide: http://www.techbits.de/2011/10/25/building-a-google-plus-inspired-image-gallery/

like image 41
Anandajoti Avatar answered Sep 24 '22 22:09

Anandajoti