mirror of https://github.com/metafizzy/isotope
Filter & sort magical layouts
http://isotope.metafizzy.co
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
804 B
804 B
title | category | layout | related |
---|---|---|---|
Getting Started | docs | doc | etc |
this is how you get started
Isotope requires jQuery 1.4.3 and greater.
Markup
Isotope works on a container element with a group of similar child items.
{% highlight html %}
...
...
...
...
{% endhighlight %}
Script
{% highlight javascript %}
$('#container').isotope({ // options itemSelector : '.item', layoutMode : 'fitRows' });
{% endhighlight %}
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.