Sha256: 4ed8560fb12b419830a45360d203cdfb56e02976be2c111e8607a204d6583379

Contents?: true

Size: 594 Bytes

Versions: 17

Compression:

Stored size: 594 Bytes

Contents

<div class="col col-12 content_image {% if include.object.style %}{{include.object.style}}{% endif %}">
    {% if include.object.size %}
    <div class="row">
        {% assign offset = 12 | minus: include.object.size | divided_by: 2 %}
        <div class="col col-12 col-sm-{{include.object.size}} offset-sm-{{offset}} content_image__innner_col">
            {% picture content_image {{include.object.path}} --alt {{include.object.alt}} %}
        </div>
    </div>
    {% else %}
        {% picture content_image {{include.object.path}} --alt {{include.object.alt}} %}
    {% endif %}
</div>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
linaro-jekyll-theme-5.1.0 _includes/flow/image.html
linaro-jekyll-theme-5.0.1 _includes/flow/image.html
linaro-jekyll-theme-5.0.0 _includes/flow/image.html
linaro-jekyll-theme-4.3.3 _includes/flow/image.html
linaro-jekyll-theme-4.3.2 _includes/flow/image.html
linaro-jekyll-theme-4.3.1 _includes/flow/image.html
linaro-jekyll-theme-4.3.0 _includes/flow/image.html
linaro-jekyll-theme-4.2.0 _includes/flow/image.html
linaro-jekyll-theme-4.1.6 _includes/flow/image.html
linaro-jekyll-theme-4.1.5 _includes/flow/image.html
linaro-jekyll-theme-4.1.4 _includes/flow/image.html
linaro-jekyll-theme-4.1.3 _includes/flow/image.html
linaro-jekyll-theme-4.1.2 _includes/flow/image.html
linaro-jekyll-theme-4.1.1 _includes/flow/image.html
linaro-jekyll-theme-4.1.0 _includes/flow/image.html
linaro-jekyll-theme-4.0.2 _includes/flow/image.html
linaro-jekyll-theme-4.0.1 _includes/flow/image.html