Fix video player's height in detailed status view
This commit is contained in:
parent
bbc7be1d95
commit
6967031144
@ -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}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user