Merge branch 'feat/video-poster' into 'develop'

WIP: Add support for mediaproxy preview posters on videos

See merge request pleroma/pleroma-fe!1224
This commit is contained in:
feld 2022-05-01 07:42:19 +00:00
commit 2b8ff765f2
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
:controls="controls"
:alt="attachment.description"
:title="attachment.description"
:poster="attachment.large_thumb_url"
playsinline
@playing="onPlaying"
@pause="onPaused"