Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zedix/bricky-gallery
A Google+ Photos inspired web gallery.
https://github.com/zedix/bricky-gallery
Last synced: about 7 hours ago
JSON representation
A Google+ Photos inspired web gallery.
- Host: GitHub
- URL: https://github.com/zedix/bricky-gallery
- Owner: zedix
- Created: 2013-12-15T19:52:17.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-15T19:57:51.000Z (almost 11 years ago)
- Last Synced: 2023-06-07T11:01:05.967Z (over 1 year ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bricky
Bricky is a Google+ Photos inspired web gallery used on vignal dot me.
## Usage
```
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: {}}
]);```
## Demos
#### Layouts
Currently, the gallery supports the following layout:
* [Bricky layout](http://photos.vignal.me/album/costa-rica)
* [Simple layout](http://photos.vignal.me/album/costa-rica?layout=SimpleLayout)
* [Gplus layout](http://photos.vignal.me/album/costa-rica?layout=BrickyLayout)
* [Linear layout](http://photos.vignal.me/album/costa-rica?layout=LinearLayout)#### Themes
* [Bricky theme](http://photos.vignal.me/album/costa-rica?theme=bricky)
* [Gplus theme](http://photos.vignal.me/album/costa-rica?theme=gplus)
* [Polaroid theme](http://photos.vignal.me/album/costa-rica?theme=polaroid)## Compatibility
Works in IE 10+, Chrome 29+, FF 22+, iOS 7+ and Android 4.4+.