From 6967031144c4890ea423154eeeb1d33c2e728540 Mon Sep 17 00:00:00 2001 From: Claire Date: Sun, 6 Oct 2024 18:34:55 +0200 Subject: [PATCH] Fix video player's height in detailed status view --- .../glitch/features/status/components/detailed_status.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/flavours/glitch/features/status/components/detailed_status.tsx b/app/javascript/flavours/glitch/features/status/components/detailed_status.tsx index dcce9a47de..d1d955395f 100644 --- a/app/javascript/flavours/glitch/features/status/components/detailed_status.tsx +++ b/app/javascript/flavours/glitch/features/status/components/detailed_status.tsx @@ -259,6 +259,7 @@ export const DetailedStatus: React.FC<{ src={attachment.get('url')} alt={description} lang={language} + inline width={300} height={150} onOpenVideo={handleOpenVideo}