Add support for mediaproxy preview posters on videos
This commit is contained in:
parent
4adccf2216
commit
049c642b65
|
@ -6,6 +6,7 @@
|
||||||
:controls="controls"
|
:controls="controls"
|
||||||
:alt="attachment.description"
|
:alt="attachment.description"
|
||||||
:title="attachment.description"
|
:title="attachment.description"
|
||||||
|
:poster="attachment.large_thumb_url"
|
||||||
playsinline
|
playsinline
|
||||||
@loadeddata="onVideoDataLoad"
|
@loadeddata="onVideoDataLoad"
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue