Fixed video aspect ratio

This commit is contained in:
AskIt
2026-01-26 02:39:35 +01:00
parent af93ac8f47
commit 7a95086161
+2 -2
View File
@@ -349,11 +349,11 @@ a.btn-primary:visited {
.post-media-item video {
width: 100%;
height: 100%;
max-height: 360px;
object-fit: cover;
object-fit: contain;
display: block;
cursor: pointer;
background: #000;
}
.video-embed-container {