fix: fix /undefined request for gifv (#1044)
* fix: fix /undefined request for gifv fixes #1042 for real this time * use poster instead
This commit is contained in:
parent
e3888586bb
commit
df8c49cb57
|
@ -11,9 +11,9 @@
|
|||
{:elseif type === 'gifv'}
|
||||
<video
|
||||
class="media-fit"
|
||||
style="background-image:url({static_url});"
|
||||
aria-label={description}
|
||||
src={url}
|
||||
{poster}
|
||||
autoplay
|
||||
muted
|
||||
loop
|
||||
|
|
Loading…
Reference in New Issue