This repository was archived by the owner on Dec 9, 2025. It is now read-only.

Description
I've been trying to use waterfall on a tumble feed and the master build doesn't add the column classes. I ended up pulling the '.js' from the demo on the site which works.
var $container = $('#list');
$('#wrapper').css('visibility','hidden');
$container.imagesLoaded(function(){
$container.waterfall({
colClass: 'content-column',
});
$('#wrapper').css('visibility','visible');
});