{% set figure_class = ["text-center"] %} {% if border %} {% set figure_class = figure_class | concat(with="figure-border") %} {% endif %} {% if pixelated %} {% set figure_class = figure_class | concat(with="figure-pixelated") %} {% endif %}
{% if resize_width %} {% set image = resize_image(path=image, width=resize_width, op="fit_width", quality=quality | default(value=75)) %} {% if width %} {{ alt }} {% else %} {{ alt }} {% endif %} {% elif resize_height %} {% set image = resize_image(path=image, height=resize_height, op="fit_height", quality=quality | default(value=75)) %} {% if height %} {{ alt }} {% else %} {{ alt }} {% endif %} {% elif width %} {{ alt }} {% else %} {{ alt }} {% endif %}
{{ caption }}