From 74055931014defae325d41f62e16ea5f2af6c990 Mon Sep 17 00:00:00 2001 From: Eva Date: Mon, 22 May 2023 09:33:18 +0200 Subject: [PATCH] client/posts: thumbnail as video poster --- client/html/post_content.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/client/html/post_content.tpl b/client/html/post_content.tpl index fd5b094c..fbb8501a 100644 --- a/client/html/post_content.tpl +++ b/client/html/post_content.tpl @@ -19,6 +19,7 @@ loop: (ctx.post.flags || []).includes('loop'), playsinline: true, autoplay: ctx.autoplay, + poster: ctx.post.thumbnailUrl, }, ctx.makeElement('source', { type: ctx.post.mimeType,