From d8ca159c052ac95f6d4809348367b08baacb9538 Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Sun, 10 Nov 2024 20:12:44 +0100 Subject: [PATCH] Update src/files/templates/file_detail.html --- src/files/templates/file_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/files/templates/file_detail.html b/src/files/templates/file_detail.html index 5e094c4..05be152 100644 --- a/src/files/templates/file_detail.html +++ b/src/files/templates/file_detail.html @@ -16,7 +16,7 @@

{{ file.filetype|capfirst }} {{ file.title }}

{% if 1 %} - {% picture file.original img_alt=file.title img_loading="lazy" img_class="img-fluid img-thumbnail" xs=2 sm=12 lg=9 %} + {% picture file.original img_alt=file.title img_loading="lazy" img_class="img-fluid img-thumbnail" sm=12 lg=9 %} {% else %}

No preview yet