author | ymh <ymh.work@gmail.com> |
Tue, 09 Jun 2015 11:14:17 +0000 | |
changeset 6 | 490d5cc509ed |
parent 0 | d970ebf37754 |
permissions | -rwxr-xr-x |
<div id="container" class="variable-sizes"> {% assign page_position = page.page_position %} {% for element in site.elements limit:20 offset:page.page_position %} {% include element-partial.html %} {% endfor %} </div> <script src="../{{ site.jquery_js }}"></script> <script src="../{{ site.isotope_js }}"></script> <script> $(function(){ var $container = $('#container'); $container.isotope({ itemSelector : '.element', layoutMode : 'fitRows' }); }); </script>