feat: adjust video poster offset to 1s for better thumbnail
This commit is contained in:
@@ -45,7 +45,7 @@
|
|||||||
<video
|
<video
|
||||||
controls
|
controls
|
||||||
src={url}
|
src={url}
|
||||||
poster="{url}#t=0.1"
|
poster="{url}#t=1"
|
||||||
class="max-h-96 rounded-box object-contain object-center">
|
class="max-h-96 rounded-box object-contain object-center">
|
||||||
<track kind="captions" />
|
<track kind="captions" />
|
||||||
</video>
|
</video>
|
||||||
|
|||||||
Reference in New Issue
Block a user