|
@ -347,7 +347,6 @@ class Video extends React.PureComponent { |
|
|
width = containerWidth; |
|
|
width = containerWidth; |
|
|
height = containerWidth / (16/9); |
|
|
height = containerWidth / (16/9); |
|
|
|
|
|
|
|
|
playerStyle.width = width; |
|
|
|
|
|
playerStyle.height = height; |
|
|
playerStyle.height = height; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|