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,
|
playsinline: true,
|
||||||
autoplay: ctx.autoplay,
|
autoplay: ctx.autoplay,
|
||||||
preload: 'auto',
|
preload: 'auto',
|
||||||
poster: ctx.post.thumbnailUrl,
|
poster: ctx.post.originalThumbnailUrl,
|
||||||
},
|
},
|
||||||
ctx.makeElement('source', {
|
ctx.makeElement('source', {
|
||||||
type: ctx.post.mimeType,
|
type: ctx.post.mimeType,
|
||||||
|
|
Reference in a new issue