Take control over your live stream video by running it yourself. Streaming + chat out of the box.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
@import '../../../styles/mixins.scss'; |
|
|
|
.container { |
|
display: grid; |
|
width: 100%; |
|
justify-items: center; |
|
height: 78vh; |
|
|
|
@include screen(tablet) { |
|
aspect-ratio: 16 / 9; |
|
height: unset; |
|
} |
|
|
|
.player, |
|
.poster { |
|
width: 100%; |
|
grid-column: 1; |
|
grid-row: 1; |
|
} |
|
}
|
|
|