Skip to content

Commit

Permalink
Fix video player's height in detailed status view
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire committed Oct 6, 2024
1 parent 61e3e81 commit 026643a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ export const DetailedStatus: React.FC<{
src={attachment.get('url')}
alt={description}
lang={language}
inline
width={300}
height={150}
onOpenVideo={handleOpenVideo}
Expand Down

0 comments on commit 026643a

Please sign in to comment.