mirror of
https://github.com/nolanlawson/pinafore
synced 2025-02-07 15:08:52 +01:00
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…
x
Reference in New Issue
Block a user