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,