maybe fixed embed size

This commit is contained in:
2023-06-12 10:50:14 +02:00
parent b5d5892975
commit b79aff1354

View File

@@ -24,7 +24,8 @@
top: 0;
max-width: 640px;
margin: 0 auto;
height: 360px; /* Height set to maintain 16:9 aspect ratio with 640px width */
padding-bottom: 56.25%; /* 16:9 aspect ratio */
height: 0;
overflow: hidden;
}
.video-wrapper iframe {