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