Welcome to mirror list, hosted at ThFree Co, Russian Federation.

grid.js « js « static - github.com/g1eny0ung/hugo-theme-dream.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dfac7c321f1b08450544b58fec6b8e7067cfe370 (plain)
1
"use strict";function initGrid(){var n=$(".dream-grid").masonry({itemSelector:".dream-column"});n.imagesLoaded().progress(function(){return n.masonry("layout")}),window.hasTwitterEmbed&&window.twttr.ready(function(r){return r.events.bind("loaded",function(){return n.masonry("layout")})})}$(document).ready(initGrid);