Remove minimum height from iframes to fix audio in hope fitvids can handle edge cases

Ref #111
This commit is contained in:
benjamin melançon 2021-08-17 08:23:33 -04:00
parent 5e203c1046
commit c85ffc32b4

View file

@ -6,5 +6,4 @@
iframe { iframe {
width: 100%; width: 100%;
height: 100%; height: 100%;
min-height: 36vw;
} }