FIX: Too much blank padding in video oneboxes

This commit is contained in:
Kris 2019-11-06 15:07:51 -05:00
parent 61e35ce5dc
commit 6c9af6d81e

View File

@ -495,6 +495,14 @@ video {
max-height: 500px; max-height: 500px;
} }
.video {
// Height determined by aspect-ratio
max-height: 500px;
> video {
max-height: unset;
}
}
@-webkit-keyframes fadein { @-webkit-keyframes fadein {
from { from {
opacity: 0; opacity: 0;