11 lines
166 B
CSS
11 lines
166 B
CSS
|
.player-wrapper {
|
||
|
position: relative;
|
||
|
padding-top: 56.25%; /* Player ratio: 100 / (1280 / 720) */
|
||
|
}
|
||
|
|
||
|
.react-player {
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
}
|