fix: video autoplay (#587)
This commit is contained in:
parent
12942095de
commit
ba91e0421e
@ -80,8 +80,11 @@ const type = $computed(() => {
|
||||
<template v-else-if="type === 'gifv'">
|
||||
<video
|
||||
:poster="attachment.previewUrl"
|
||||
preload="none"
|
||||
loop
|
||||
playsinline
|
||||
autoplay
|
||||
muted
|
||||
border="~ base"
|
||||
object-cover
|
||||
:width="attachment.meta?.original?.width"
|
||||
|
Loading…
Reference in New Issue
Block a user