metafizzy / isotope-cells-by-row

cellsByRow layout mode for Isotope

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cellsByRow layout mode for Isotope

See docs for cellsByRow layout mode

$('.grid').isotope({
  layoutMode: 'cellsByRow',
  cellsByRow: {
    columnWidth: 200,
    rowHeight: 200
  }
});

Install

Install with Bower bower install isotope-cells-by-row

Install with npm: npm install isotope-cells-by-row

About

cellsByRow layout mode for Isotope


Languages

Language:JavaScript 100.0%