Skip to content

Commit

Permalink
fix: local peer Inset tile incorrect aspect ratio on mweb (#3362)
Browse files Browse the repository at this point in the history
  • Loading branch information
ygit authored Nov 11, 2024
1 parent 120af49 commit bdca62e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export const InsetTile = ({ peerId }: { peerId?: string }) => {
r: '$2',
...(!minimised
? {
aspectRatio: aspectRatio,
aspectRatio: `${aspectRatio}`,
h: height,
}
: {}),
Expand Down

0 comments on commit bdca62e

Please sign in to comment.