{% if include.object.size %}
{% assign offset = 12 | minus: include.object.size | divided_by: 2 %}
{% picture content_image {{include.object.path}} --alt {{include.object.alt}} %}
{% else %} {% picture content_image {{include.object.path}} --alt {{include.object.alt}} %} {% endif %}