feat: adjust video poster offset to 1s for better thumbnail
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user