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:
Nolan Lawson 2019-02-23 19:26:06 -08:00 committed by GitHub
parent e3888586bb
commit df8c49cb57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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