/home/awneajlw/www/wp-content/themes/codz/assets/js/grid.js
(function($) {
	"use strict";
    // MASANORY BLOG
    
    jQuery(document).ready(function () {
	jQuery(".masonry-video").each(function () {
		jQuery(this).find(".video-link").fancybox({
			defaults: {
				speed: 1000,
			},
		});
	});
});
    
	new AnimscrollOn(document.getElementById('grid-bx'), {
        minDuration: 0.4,
        maxDuration: 0.7,
        viewportFactor: 0.2
    });
})(jQuery);
// MASANORY BLOG