We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c5e67a commit 2252d11Copy full SHA for 2252d11
src/css/custom.css
@@ -111,4 +111,20 @@ div.alert {
111
112
.arcade-container {
113
margin-bottom: 24px;
114
+}
115
+
116
+.video-container {
117
+ position: relative;
118
+ width: 100%;
119
+ padding-bottom: 56.25%; /* 16:9 aspect ratio */
120
+ height: 0;
121
+ overflow: hidden;
122
123
124
+.video-container iframe {
125
+ position: absolute;
126
+ top: 0;
127
+ left: 0;
128
129
+ height: 100%;
130
}
0 commit comments