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.50 _includes/thumbnail_image.html
jumbo-jekyll-theme-3.0.49 _includes/thumbnail_image.html
jumbo-jekyll-theme-3.0.48 _includes/thumbnail_image.html
jumbo-jekyll-theme-3.0.47 _includes/thumbnail_image.html
jumbo-jekyll-theme-3.0.46 _includes/thumbnail_image.html
jumbo-jekyll-theme-3.0.45 _includes/thumbnail_image.html
jumbo-jekyll-theme-3.0.44 _includes/thumbnail_image.html
jumbo-jekyll-theme-3.0.43 _includes/thumbnail_image.html
jumbo-jekyll-theme-3.0.40 _includes/thumbnail_image.html
jumbo-jekyll-theme-3.0.39 _includes/thumbnail_image.html
jumbo-jekyll-theme-3.0.38 _includes/thumbnail_image.html
jumbo-jekyll-theme-3.0.37 _includes/thumbnail_image.html
jumbo-jekyll-theme-3.0.36 _includes/thumbnail_image.html
jumbo-jekyll-theme-3.0.35 _includes/thumbnail_image.html
jumbo-jekyll-theme-3.0.34 _includes/thumbnail_image.html
jumbo-jekyll-theme-3.0.33 _includes/thumbnail_image.html
jumbo-jekyll-theme-3.0.32 _includes/thumbnail_image.html
jumbo-jekyll-theme-3.0.31 _includes/thumbnail_image.html
jumbo-jekyll-theme-3.0.30 _includes/thumbnail_image.html
jumbo-jekyll-theme-3.0.29 _includes/thumbnail_image.html