fix: video aspect changing on load

This commit is contained in:
SethBurkart123
2025-12-19 16:30:38 +11:00
parent a2e39c9d84
commit 0a3781e9c2
+1
View File
@@ -3409,6 +3409,7 @@ div.day-empty {
.whatsnewImg { .whatsnewImg {
margin: 0 auto; margin: 0 auto;
width: 90%; width: 90%;
aspect-ratio: 16 / 10;
border-radius: 16px; border-radius: 16px;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
} }