iframe 16 9 aspect ratio
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m9s

This commit is contained in:
freakoverse 2025-02-10 10:29:19 +00:00
parent 61eeb7b0d4
commit 1429973d66

View File

@ -745,4 +745,12 @@ a:hover {
background: rgb(0 0 0 / 10%);
border-radius: 10px;
border: solid 1px rgb(255 255 255 / 10%);
}
iframe {
border: 0;
width: 100%;
border-radius: 8px;
aspect-ratio: 16 / 9;
height: unset;
}