From 2bcf5377066407d80083dd43418e82b2c265ac63 Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Mon, 3 Feb 2020 01:44:51 +0100 Subject: [PATCH] fix: column count and array length were off --- templates/gallery.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/gallery.html.twig b/templates/gallery.html.twig index a3ff87f..9d09d4b 100644 --- a/templates/gallery.html.twig +++ b/templates/gallery.html.twig @@ -23,7 +23,7 @@

{{ child.content }}
- {% for media_item in child.media.images[:5] %} + {% for media_item in child.media.images[:6] %}
{{ media_item.quality(25).html }} {% if loop.last %}