1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-04-22 05:35:28 -04:00
Files
jarv.is/components/YouTubeEmbed/YouTubeEmbed.module.css
T
2025-02-07 11:33:38 -05:00

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);
}