for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
$(document).ready(function () {
// You have to create a `Bricklayer` instance for every Bricklayer container you have.
$(".responsiveGallery").each(function(){
var bricklayer = new window.Bricklayer(this);
bricklayer
});