From f218e205e708b4daa807afb3d541b9a6bb7502af Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Wed, 24 Apr 2024 12:52:49 +0200 Subject: [PATCH] feat: disable video controls and loop playback --- templates/threads.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/threads.html b/templates/threads.html index c67ab07..9056e66 100644 --- a/templates/threads.html +++ b/templates/threads.html @@ -44,7 +44,7 @@ & * { margin-top: 1em; } - & img { + & img, & video { border-radius: 5px; max-width: 100%; height: 300px; @@ -72,7 +72,7 @@ {% if media.type == 'image'%} {% elif media.type == 'gifv' %} -