diff --git a/_posts/demos/2010-12-29-layout-modes.html b/_posts/demos/2010-12-29-layout-modes.html index 731ca1b..18d6e75 100644 --- a/_posts/demos/2010-12-29-layout-modes.html +++ b/_posts/demos/2010-12-29-layout-modes.html @@ -7,7 +7,7 @@ related: layouts

Isotope has a versatile layout engine that can accommodate multiple layout modes. Vertical layouts react to changes in browser width. Horizontal layouts react to browser height.

-

See docs on layout modes.

+

See docs on layout modes.

diff --git a/_posts/demos/2010-12-30-filtering.html b/_posts/demos/2010-12-30-filtering.html index a5df00f..891d204 100644 --- a/_posts/demos/2010-12-30-filtering.html +++ b/_posts/demos/2010-12-30-filtering.html @@ -5,6 +5,12 @@ category: demos related: filtering --- +
+

Filtering hides and reveals item elements.

+

See docs on filtering.

+
+ +

Filters

diff --git a/_posts/demos/2010-12-30-sorting.html b/_posts/demos/2010-12-30-sorting.html index 4b94934..16926bc 100644 --- a/_posts/demos/2010-12-30-sorting.html +++ b/_posts/demos/2010-12-30-sorting.html @@ -7,7 +7,7 @@ related: sorting

Sort item elements based on any data you can extract from them.

-

See docs on Sorting.

+

See docs on sorting.

diff --git a/_posts/docs/2010-12-11-troubleshooting.mdown b/_posts/docs/2010-12-11-troubleshooting.mdown index 19ad786..b64f77c 100644 --- a/_posts/docs/2010-12-11-troubleshooting.mdown +++ b/_posts/docs/2010-12-11-troubleshooting.mdown @@ -66,7 +66,7 @@ $('#container').imagesLoaded( function(){ ### `$(window).load()` -Another solution is to initialize Isotope inside `$(window).load()` instead of `$(document).ready()`. +Another solution is to initialize Isotope inside `$(window).load()` instead of `$(document).ready()`. This will trigger Isotope after all the media on the page has loaded. {% highlight javascript %}