This commit is contained in:
krahets
2024-03-10 20:46:48 +08:00
parent c7e7fb070e
commit 57b609aed2
160 changed files with 11190 additions and 1128 deletions

View File

@@ -522,3 +522,17 @@ a:hover .text-button span {
flex-basis: 25%;
}
}
.video-container {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
height: 0;
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}