Prevent the video player from being over sized on vertical videos

This commit is contained in:
PrestonN 2018-08-04 22:39:21 -04:00
parent 694d0664dd
commit 92dce7b24c
1 changed files with 1 additions and 0 deletions

View File

@ -148,6 +148,7 @@ iframe {
.videoPlayer {
width: 100%;
max-height: 1100px;
}
.statistics {