Increase player default size to 66vh
This commit is contained in:
parent
96cb4527f1
commit
bbe697cac4
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@ $other-videos-width: 260px;
|
|||
}
|
||||
|
||||
/deep/ .video-js {
|
||||
width: 888px;
|
||||
height: 500px;
|
||||
width: calc(66vh * 1.77);
|
||||
height: 66vh;
|
||||
|
||||
&.vjs-theater-enabled {
|
||||
height: calc(100vh - #{$header-height} - #{$theater-bottom-space});
|
||||
|
|
Loading…
Reference in a new issue