1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 09:38:27 -04:00
jarv.is/components/video/FullPageVideo.module.scss
2021-12-30 08:18:41 -05:00

11 lines
142 B
SCSS

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