CIS-SoftwareDesign-S21 / pro-04-study-resources

A collection of exercises for practicing what is taught in Genki: An Integrated Course in Elementary Japanese.
https://cis-softwaredesign-s21.github.io/pro-04-study-resources/
MIT License
1 stars 1 forks source link

Possibly allow the video player to scale upon resizing #22

Open flantig opened 3 years ago

flantig commented 3 years ago

Currently the video player is hardcoded to have a specific width (960px) and height (540px).

I did try to make it scale using percent in place of a hardcoded width and height but the height seems to break and not properly scale with the page. The result ends up cutting off some of the video player.