Sha256: a3293e6478f34cb5890cd41cfd287993440bd59e83de068f63f0663c2156efcb

Contents?: true

Size: 427 Bytes

Versions: 59

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="(max-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

59 entries across 59 versions & 1 rubygems

Version Path
jumbo-jekyll-theme-5.6.9.2 _includes/thumbnail_image.html
jumbo-jekyll-theme-5.6.9.1 _includes/thumbnail_image.html
jumbo-jekyll-theme-5.6.9 _includes/thumbnail_image.html
jumbo-jekyll-theme-5.6.8 _includes/thumbnail_image.html
jumbo-jekyll-theme-5.6.7 _includes/thumbnail_image.html
jumbo-jekyll-theme-5.6.6 _includes/thumbnail_image.html
jumbo-jekyll-theme-5.6.5 _includes/thumbnail_image.html
jumbo-jekyll-theme-5.6.4 _includes/thumbnail_image.html
jumbo-jekyll-theme-5.6.3 _includes/thumbnail_image.html
jumbo-jekyll-theme-5.6.2 _includes/thumbnail_image.html
jumbo-jekyll-theme-5.6.0 _includes/thumbnail_image.html
jumbo-jekyll-theme-5.5.6 _includes/thumbnail_image.html
jumbo-jekyll-theme-5.5.5 _includes/thumbnail_image.html
jumbo-jekyll-theme-5.5.4 _includes/thumbnail_image.html
jumbo-jekyll-theme-5.5.3 _includes/thumbnail_image.html
jumbo-jekyll-theme-5.5.2 _includes/thumbnail_image.html
jumbo-jekyll-theme-5.5.1 _includes/thumbnail_image.html
jumbo-jekyll-theme-5.5.0 _includes/thumbnail_image.html
jumbo-jekyll-theme-5.4.0 _includes/thumbnail_image.html
jumbo-jekyll-theme-5.3.4 _includes/thumbnail_image.html