Related to #145: It would be nice if you could tell the player to use the native video aspect ratio.
Once the video is available, it seems that the readonly props videoHeight and videoWidth should be there, and then by measuring the ReactPlayer's parent element dimensions, the <video> can be sized, or for smooth responsiveness the padding-top trick could be used to force a height if the width is a css-fixed value.
Related to #145: It would be nice if you could tell the player to use the native video aspect ratio.
Once the video is available, it seems that the readonly props
videoHeightandvideoWidthshould be there, and then by measuring the ReactPlayer's parent element dimensions, the<video>can be sized, or for smooth responsiveness thepadding-toptrick could be used to force a height if the width is a css-fixed value.