Sha256: fc112a4a4b07ae6f1ec5ae36e3b14f149a80b5ddae4de0e7eb197b8d185179b7

Contents?: true

Size: 755 Bytes

Versions: 10

Compression:

Stored size: 755 Bytes

Contents

<style>
/* force scrollbar */
html { overflow-y: scroll; }

/* To overwrite page's padding, to get bigger images */
/* article {padding:2%;} */
</style>

<div id='masonry' class="grid">
<div class="grid-sizer"></div>
<div class="gutter-sizer"></div>
{% for image in site.static_files %}
  {% if image.path contains include.gallery_path %}
    {% unless image.path contains '.md' %}
        <img src="{{ image.path | relative_url }}" alt="" class="grid-item" style="padding: 0;">
    {% endunless %}
  {% endif %}
{% endfor %}
</div>

<script src="{{ '/assets/js/vendor/imagesloaded.pkgd.min.js' | relative_url }}" type="text/javascript"></script>
<script src="{{ '/assets/js/vendor/masonry.pkgd.min.js' | relative_url }}" type="text/javascript"></script>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
type-on-strap-2.4.11 _includes/gallery.html
type-on-strap-2.4.10 _includes/gallery.html
type-on-strap-2.4.9 _includes/gallery.html
type-on-strap-2.4.8 _includes/gallery.html
type-on-strap-2.4.7 _includes/gallery.html
type-on-strap-2.4.6 _includes/gallery.html
type-on-strap-2.4.5 _includes/gallery.html
type-on-strap-2.4.4 _includes/gallery.html
type-on-strap-2.4.3 _includes/gallery.html
type-on-strap-2.4.2 _includes/gallery.html