Use max-height for video js player

This commit is contained in:
Emanuel Schütze 2021-06-10 13:58:58 +02:00
parent 5a8a87070a
commit d8713dad11
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ $radius: 5px;
.video-player { .video-player {
display: block; display: block;
width: 500px; width: 500px;
height: 280px; max-height: 280px;
} }
.call-body { .call-body {