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.
16 lines
306 B
16 lines
306 B
--- |
|
title: Elements Partial Horizontal |
|
layout: elements |
|
category: examples |
|
body_class: horizontal |
|
layout_options: [ masonryHorizontal, fitColumns, cellsByColumn ] |
|
--- |
|
|
|
|
|
<div id="demo" class="wrap"> |
|
{% for element in site.elements_partial %} |
|
{% include element-partial.html %} |
|
{% endfor %} |
|
</div> |
|
|
|
|
|
|