Introduction

Isotope: An exquisite jQuery plugin for magical layouts

Features

Licensing

Commercial use of Isotope requires purchase of one-time license fee per developer seat. Commercial use includes any application that makes you money — portfolio sites, premium templates, etc. Commercial licenses may be purchased at metafizzy.co.

Use in non-commercial and personal applications is free.

Getting started

Isotope requires jQuery 1.4.3 and greater.

Markup

Isotope works on a container element with a group of similar child items.

 id="container">
   class="item">...
class="item">... class="item">... ...

Script

$('#container').isotope({
  // options
  itemSelector : '.item',
  layoutMode : 'fitRows'
});

See Demo: Basic

There are a number of options you can specify. Within the options is where you can set the layout mode, filter items, and sort items.

Code repository

This project lives on GitHub at . There you can grab the latest code and download this entire project.

A word about moderation

Isotope enables a wealth of functionality. But just because you can take advantage of its numerous features together, doesn’t mean you necessarily should. For each each feature you implement with Isotope, consider the benefit gained by users, at the cost of another level of complexity to your interface.

Acknowledgments