{% set alt = alt | default(value="") -%} {% set caption = caption | default(value="") -%} {% set is_gif = src is ending_with(".gif") -%} {% set dir = page.relative_path | replace(from="index.md", to="") -%} {% set orig = page.permalink ~ src -%}
{%- if is_gif %} {{ alt }} {%- else %} {%- set img = resize_image(path=dir ~ src, width=1120, op="fit_width", format="webp") %} {{ alt }} {%- endif %} {%- if caption %}
{{ caption }}
{%- endif %}