--- title: Images layout: default category: demos photos: - - - - - - - - - --- Masonry is triggered after all images are loaded with the imagesLoaded plugin. {% highlight javascript %} var $container = $('#container'); $container.imagesLoaded( function(){ $container.masonry({ itemSelector : '.box' }); }); {% endhighlight %}
Masonry is triggered after all images are loaded with the imagesLoaded plugin.