From 6e67bcd8039f4696cb3c9939dcae70cfd937a4cc Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Tue, 12 Jan 2021 01:49:51 +1100 Subject: [PATCH] stupid me, the video thumbnail did not have thumb class, so it was not being resized by buttons, now works, ratios still seem odd, but its ok --- templates/files.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/files.html b/templates/files.html index 5fb6d0f..df3fcb7 100644 --- a/templates/files.html +++ b/templates/files.html @@ -30,7 +30,7 @@ {% if obj.type=="Image" %} {% elif obj.type == "Video" %} - + {% endif %}
{{obj.name}}