Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

moduloColumns layout mode for Isotope 2

Organizes items in a column grid by distributing items evenly over the columns. This layout mode does not attempt to even out the column lengths, but rather strives to even out the number of items per column.

$('#container').isotope({
  layoutMode: 'moduloColumns',
  moduloColumns: {
    columnWidth: 200,
    gutter: 20
  }
});

Demo

A demonstration can be found here: http://michieldewit.github.com/isotope-modulo-columns/example

About

An Isotope v2 custom layout that lays out items in columns evenly

Resources

Stars

32 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages