Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 1.07 KB

gallery.md

File metadata and controls

49 lines (40 loc) · 1.07 KB
title area layout section
Gallery
gallery
default
gallery

Videos

{% for item in site.data.animations %} {{ item.legend | markdownify | strip_html }} {% endfor %}

Still Images

{% for item in site.data.stillimages %} {{ item.legend | markdownify | strip_html }} {% endfor %}

Screenshots

{% for item in site.data.screenshots %} {{ item.legend | markdownify | strip_html }} {% endfor %}
<script> "use strict"; $(window).load(function () { $(".collection").packery({ itemSelector: "a", gutter: 20 }); $(".collection").photobox("a"); }); </script>