Skip to content

zedix/bricky-gallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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:

Themes

Compatibility

Works in IE 10+, Chrome 29+, FF 22+, iOS 7+ and Android 4.4+.

About

A Google+ Photos inspired web gallery.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published