File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed
Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -144,16 +144,17 @@ export default function Home() {
144144 transition = { { duration : 0.5 } }
145145 className = "overflow-hidden rounded-2xl sm:rounded-3xl border border-border bg-white/40 backdrop-blur-sm shadow-xl"
146146 >
147- < video
148- className = "w-full h-auto aspect-video"
149- controls
150- playsInline
151- preload = "metadata"
152- poster = ""
153- >
154- < source src = "/video/VideoIntroduction.mp4" type = "video/mp4" />
155- Your browser does not support the video tag.
156- </ video >
147+ < div className = "aspect-video w-full bg-black" >
148+ < video
149+ className = "block h-full w-full object-cover"
150+ controls
151+ playsInline
152+ preload = "metadata"
153+ >
154+ < source src = "/video/VideoIntroduction.mp4" type = "video/mp4" />
155+ Your browser does not support the video tag.
156+ </ video >
157+ </ div >
157158 </ motion . div >
158159
159160 { /* Rankings Table */ }
You can’t perform that action at this time.
0 commit comments