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