<p>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.</p>
<p>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.</p>
<p>See docs on <ahref="../docs/layout-modes.html">layout modes</a>.</p>
<p>See <ahref="../docs/layout-modes.html">docs on layout modes</a>.</p>
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.