Files
2026-01-10 22:42:14 +00:00

18 lines
267 B
CSS

.wrapper {
position: relative;
width: 100%;
aspect-ratio: 16 / 9;
overflow: hidden;
background: var(--color-background-secondary);
border-radius: 8px;
}
.iframe,
.video {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
border: none;
}