Gwk-Cultural-Park/components/Sections/VideoSection.module.css

11 lines
166 B
CSS
Raw Normal View History

2024-09-07 01:40:25 +00:00
.player-wrapper {
position: relative;
padding-top: 56.25%; /* Player ratio: 100 / (1280 / 720) */
}
.react-player {
position: absolute;
top: 0;
left: 0;
}