feat: adjust video poster offset to 1s for better thumbnail

This commit is contained in:
2026-04-03 22:33:58 +05:30
parent 179ffb9897
commit 4952f1bac2
+1 -1
View File
@@ -45,7 +45,7 @@
<video
controls
src={url}
poster="{url}#t=0.1"
poster="{url}#t=1"
class="max-h-96 rounded-box object-contain object-center">
<track kind="captions" />
</video>