This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
Fix video player width not being updated to fit container width (
#10069
)
pull/4/head
ThibG
5 years ago
committed by
Eugen Rochko
parent
7853be1f06
commit
d1d7d14f77
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
app/javascript/mastodon/features/video/index.js
+ 0
- 1
app/javascript/mastodon/features/video/index.js
View File
@ -347,7 +347,6 @@ class Video extends React.PureComponent {
width
=
containerWidth
;
height
=
containerWidth
/
(
16
/
9
)
;
playerStyle
.
width
=
width
;
playerStyle
.
height
=
height
;
}
Write
Preview
Loading…
Cancel
Save