1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 20:28:28 -04:00
jarv.is/components/video/Video.module.scss

11 lines
142 B
SCSS

.wrapper {
position: relative;
padding-top: 56.25%; // 100 / (1280 / 720)
}
.react_player {
position: absolute;
top: 0;
left: 0;
}