appleple / react-modal-video

Accessible React Modal Video Component
https://appleple.github.io/react-modal-video/
MIT License
177 stars 86 forks source link

video cropped on low height #58

Closed capi1O closed 3 years ago

capi1O commented 3 years ago

when height is < 540px it is cropped. tested on demo website with vimeo & youtube.

expected behaviour: modal video should not overflow window, height should equal window height and width should be reduced to keep aspect ratio.