{% for asset in page.assets -%} {%- if asset is matching("[.](jpg|png)$") -%} {% set image = resize_image(path=asset, width=350, height=350) %} {%- endif %} {%- endfor %}