mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 20:08:29 -04:00
16 lines
228 B
CSS
16 lines
228 B
CSS
.wrapper {
|
|
position: relative;
|
|
padding-top: 56.25%; /* ratio of 1280x720 */
|
|
}
|
|
|
|
.player {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
|
|
.player .react-player__preview,
|
|
.player iframe {
|
|
border-radius: var(--radii-corner);
|
|
}
|