Sha256: 120242e0ada189cfd8ee711290c62db1b052155dbc622ebacf70191c1b602c3b

Contents?: true

Size: 757 Bytes

Versions: 20

Compression:

Stored size: 757 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.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

20 entries across 20 versions & 2 rubygems

Version Path
type-on-strap-2.3.4 _includes/gallery.html
type-on-strap-2.3.3 _includes/gallery.html
type-on-strap-2.3.1 _includes/gallery.html
type-on-strap-2.3.0 _includes/gallery.html
type-on-strap-2.2.6 _includes/gallery.html
type-on-strap-2.2.5 _includes/gallery.html
type-on-strap-2.2.4 _includes/gallery.html
type-on-strap-2.2.1 _includes/gallery.html
type-on-strap-2.1.2 _includes/gallery.html
type-on-strap-2.1.0 _includes/gallery.html
type-on-strap-2.0.3 _includes/gallery.html
type-on-strap-2.0.2 _includes/gallery.html
type-on-strap-2.0.0 _includes/gallery.html
type-on-strap-1.5.0 _includes/gallery.html
jekyll-theme-type-on-strap-8.0.0 _includes/gallery.html
jekyll-theme-type-on-strap-7.0.1 _includes/gallery.html
type-on-strap-1.4.1 _includes/gallery.html
type-on-strap-1.3.0 _includes/gallery.html
type-on-strap-1.1.1 _includes/gallery.html
jekyll-theme-type-on-strap-6.0.0 _includes/gallery.html