client/posts: use original thumbnail for video poster
This commit is contained in:
parent
74eaa22662
commit
c843bbb35e
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
playsinline: true,
|
||||
autoplay: ctx.autoplay,
|
||||
preload: 'auto',
|
||||
poster: ctx.post.thumbnailUrl,
|
||||
poster: ctx.post.originalThumbnailUrl,
|
||||
},
|
||||
ctx.makeElement('source', {
|
||||
type: ctx.post.mimeType,
|
||||
|
|
Reference in a new issue