speed up review process

This commit is contained in:
2026-05-23 13:01:14 +02:00
parent fcfe73178b
commit aebb20b37f
2 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@
@each(pending as post)
<tr>
<td>
<video controls loop muted preload="metadata" style="max-height: 200px; max-width: 300px;">
<video controls loop muted preload="none" style="max-height: 200px; max-width: 300px;">
<source src="/b/{{ post.dest }}" type="{{ post.mime }}">
</video>
</td>