fix: video autoplay (#587)

zio/stable
Joaquín Sánchez 2022-12-28 00:07:33 +01:00 committed by GitHub
parent 12942095de
commit ba91e0421e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -80,8 +80,11 @@ const type = $computed(() => {
<template v-else-if="type === 'gifv'"> <template v-else-if="type === 'gifv'">
<video <video
:poster="attachment.previewUrl" :poster="attachment.previewUrl"
preload="none"
loop loop
playsinline
autoplay autoplay
muted
border="~ base" border="~ base"
object-cover object-cover
:width="attachment.meta?.original?.width" :width="attachment.meta?.original?.width"