{% if section.background %}
{% endif %}
{% for line in section.images %}
{% for image in line %} {% set caption = image.text %} {% if image.type == "video" %} {% set video = Video(image) %} {% set format = settings.ffmpeg.extension %} {{ video.copy() }} {% set ratio = video.ratio %} {% else %} {% set image = Image(image) %} {{ image.copy() }} {% set ratio = image.ratio %} {% endif %}
{% if image.type == "video" %} {% if caption %}
{{ caption }}
{% endif %} {% else %} {% if caption %}
{{ caption }}
{% endif %}
{% endif %}
{% if not loop.last %}
{% endif %} {% endfor %}
{% endfor %}
{% if section.background %}
{% endif %}