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.

21 lines
268 B

---
title: Getting Started
category: docs
layout: doc
related: etc
---
this is how you get started
Isotope requires jQuery 1.4.3 and greater.
{% highlight javascript %}
$('#container').isotope({
// options
itemSelector : '.item-class'
});
{% endhighlight %}