From c843bbb35e10302bcfe8936855bcefc9283ba08a Mon Sep 17 00:00:00 2001 From: Eva Date: Thu, 25 May 2023 04:37:38 +0200 Subject: [PATCH] client/posts: use original thumbnail for video poster --- client/html/post_content.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/html/post_content.tpl b/client/html/post_content.tpl index d43931c9..4f5f407f 100644 --- a/client/html/post_content.tpl +++ b/client/html/post_content.tpl @@ -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,