Your IP : 3.15.226.195


Current Path : /home/church/esselwebdesign.com/wp-content/themes/guava/assets/js/
Upload File :
Current File : /home/church/esselwebdesign.com/wp-content/themes/guava/assets/js/custom-masonary.js


(function ($) {

	"use strict";



//set the container that Masonry will be inside of in a var
    var container = document.querySelector('#masonry-loop');
    //create empty var msnry
    var msnry;
    // initialize Masonry after all images have loaded
    imagesLoaded( container, function() {
        msnry = new Masonry( container, {
            itemSelector: '.masonry-entry'
        });
    });

	 

}(jQuery));