{% for asset in page.assets -%} {%- if asset is matching(name) -%} {% set image = resize_image(path=asset, height=size, op="fit_height") %}
{% set full_image = resize_image(path=asset, width=1024, height=1024, op="fit") %} {% if caption %}
{{ caption }}
{% endif %}
{% endif %} {% endfor %}