mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-11-26 04:06:07 -05:00
10
components/video/FullPageVideo.module.scss
Normal file
10
components/video/FullPageVideo.module.scss
Normal file
@@ -0,0 +1,10 @@
|
||||
.wrapper {
|
||||
position: relative;
|
||||
padding-top: 56.25%; // 100 / (1280 / 720)
|
||||
}
|
||||
|
||||
.react_player {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user