mirror of
https://github.com/mastodon/mastodon
synced 2025-04-12 00:56:38 +02:00
Fix video player width not being updated to fit container width (#10069)
This commit is contained in:
parent
f3eb99aec3
commit
3e59a0e838
@ -346,7 +346,6 @@ class Video extends React.PureComponent {
|
||||
width = containerWidth;
|
||||
height = containerWidth / (16/9);
|
||||
|
||||
playerStyle.width = width;
|
||||
playerStyle.height = height;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user