Sha256: a27e235b2e16f9ca01e71f5ee6de70526cc6a92f102c09badfcf72d17c62cba8
Contents?: true
Size: 388 Bytes
Versions: 26
Compression:
Stored size: 388 Bytes
Contents
(function($){ $.fn.BlacklightMasonry = function() { var container = this; if(container.length > 0) { container.imagesLoaded().progress(function(){ container.masonry($.fn.BlacklightMasonry.options); }); } } $.fn.BlacklightMasonry.options = { gutter: 8 }; })(jQuery); Blacklight.onLoad(function() { $('.documents-masonry').BlacklightMasonry(); });
Version data entries
26 entries across 26 versions & 2 rubygems