Bricky is a Google+ Photos inspired web gallery used on vignal dot me.
var gallery = new Bricky.Gallery(document.body, {
title: 'My Album'
theme: 'gplus',
layout: 'GplusLayout',
animation: 'bounceIn',
ambilight: true
}).init([
{width: xxx, height: xxx, url: 'xxx', meta: {}},
{width: xxx, height: xxx, url: 'xxx', meta: {}}
]);
Currently, the gallery supports the following layout:
Works in IE 10+, Chrome 29+, FF 22+, iOS 7+ and Android 4.4+.