We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7853be1 commit d1d7d14Copy full SHA for d1d7d14
1 file changed
app/javascript/mastodon/features/video/index.js
@@ -347,7 +347,6 @@ class Video extends React.PureComponent {
347
width = containerWidth;
348
height = containerWidth / (16/9);
349
350
- playerStyle.width = width;
351
playerStyle.height = height;
352
}
353
0 commit comments