Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 411 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 411 Bytes

This Isotope plugin provides a modified version of the Masonry layout mode that is compatible with percentage-sized columns. Just include this script after the Isotope script, then use it as a layout mode:

$blocksContainer.isotope({
    layoutMode: 'sloppyMasonry',
	itemSelector: '.block-class'
});

Licensed under the MIT License.