Sha256: 3a505462e9ddf222ee3e849534b3e69b4120d919e493039819db150e1918d288

Contents?: true

Size: 427 Bytes

Versions: 139

Compression:

Stored size: 427 Bytes

Contents

{% comment %}
    This is a template for the jekyll-responsive-image plugin.
    This will generate a picture element
{% endcomment %}
<picture>
    {% for i in resized %}
        <source media="(min-width: {{ i.width }}px)" data-srcset="/{{ i.path }}">
    {% endfor %}
    <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-src="/{{ path }}" class="img-responsive lazyload">
</picture>

Version data entries

139 entries across 139 versions & 1 rubygems

Version Path
jumbo-jekyll-theme-3.0.28 _includes/thumbnail_image.html
jumbo-jekyll-theme-3.0.27 _includes/thumbnail_image.html
jumbo-jekyll-theme-3.0.26 _includes/thumbnail_image.html
jumbo-jekyll-theme-3.0.25 _includes/thumbnail_image.html
jumbo-jekyll-theme-3.0.24 _includes/thumbnail_image.html
jumbo-jekyll-theme-3.0.23 _includes/thumbnail_image.html
jumbo-jekyll-theme-3.0.22 _includes/thumbnail_image.html
jumbo-jekyll-theme-3.0.21 _includes/thumbnail_image.html
jumbo-jekyll-theme-3.0.20 _includes/thumbnail_image.html
jumbo-jekyll-theme-3.0.19 _includes/thumbnail_image.html
jumbo-jekyll-theme-3.0.18 _includes/thumbnail_image.html
jumbo-jekyll-theme-3.0.17 _includes/thumbnail_image.html
jumbo-jekyll-theme-3.0.16 _includes/thumbnail_image.html
jumbo-jekyll-theme-3.0.15 _includes/thumbnail_image.html
jumbo-jekyll-theme-3.0.14 _includes/thumbnail_image.html
jumbo-jekyll-theme-3.0.13 _includes/thumbnail_image.html
jumbo-jekyll-theme-3.0.12 _includes/thumbnail_image.html
jumbo-jekyll-theme-3.0.11 _includes/thumbnail_image.html
jumbo-jekyll-theme-3.0.10 _includes/thumbnail_image.html
jumbo-jekyll-theme-3.0.9 _includes/thumbnail_image.html