Skip to content

Commit a4ca0d1

Browse files
ClearlyClairehiyuki2578
authored andcommitted
Fix video player width not being updated to fit container width (mastodon#10069)
1 parent 4c588b7 commit a4ca0d1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • app/javascript/mastodon/features/video

app/javascript/mastodon/features/video/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,6 @@ class Video extends React.PureComponent {
347347
width = containerWidth;
348348
height = containerWidth / (16/9);
349349

350-
playerStyle.width = width;
351350
playerStyle.height = height;
352351
}
353352

0 commit comments

Comments
 (0)