Fix video player's height in detailed status view

pull/2873/head
Claire 2024-10-06 18:34:55 +02:00
parent 61e3e81e28
commit 026643ab24
1 changed files with 1 additions and 0 deletions

View File

@ -259,6 +259,7 @@ export const DetailedStatus: React.FC<{
src={attachment.get('url')} src={attachment.get('url')}
alt={description} alt={description}
lang={language} lang={language}
inline
width={300} width={300}
height={150} height={150}
onOpenVideo={handleOpenVideo} onOpenVideo={handleOpenVideo}