summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--public/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.php b/public/index.php
index 3a750b5..ddbd21a 100644
--- a/public/index.php
+++ b/public/index.php
@@ -239,7 +239,7 @@ $privacy_exists = is_file($_SERVER['DOCUMENT_ROOT'] . '/static/PRIVACY.txt');
<?php if (str_starts_with($file['mime'], 'image/')): ?>
<img src="<?= $file['full_url'] ?>" alt="Image file.">
<?php elseif (str_starts_with($file['mime'], 'video/')): ?>
- <video controls autoplay>
+ <video controls autoplay loop>
<source src="<?= $file['full_url'] ?>" type="<?= $file['mime'] ?>">
</video>
<?php elseif (str_starts_with($file['mime'], 'audio/')): ?>