Skip to content

Commit 423118b

Browse files
committed
tamen
1 parent 6a8e413 commit 423118b

File tree

1 file changed

+29
-4
lines changed

1 file changed

+29
-4
lines changed

app/(default)/(project)/TAMEn/page.tsx

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,10 @@ export default function Home() {
129129
loop
130130
muted
131131
playsInline
132+
poster="https://ik.imagekit.io/uqvsd50nv/teaser.jpg"
132133
className="absolute inset-0 h-full w-full object-contain bg-black"
133134
>
134-
<source src="https://ik.imagekit.io/dpjxm6pdu/teaser.mp4" />
135+
<source src="https://ik.imagekit.io/uqvsd50nv/teaser.mp4" />
135136
</video>
136137
<div className="absolute inset-0 z-10 flex items-center justify-center px-4 md:px-8 bg-black/25">
137138
<div className="max-w-5xl text-center">
@@ -442,7 +443,15 @@ export default function Home() {
442443
<TabsContent value="01" key="mode-content-01" className="w-full h-full">
443444
<Card className="border-4 md:border-8 border-[#98AEF3] bg-black h-full overflow-hidden">
444445
<CardContent className="h-full flex justify-center items-center p-0">
445-
<video preload="none" autoPlay loop muted playsInline className="w-full h-full object-contain bg-black">
446+
<video
447+
preload="none"
448+
autoPlay
449+
loop
450+
muted
451+
playsInline
452+
poster="https://opendrivelab.github.io/TAMEn/highlights/highlight01.jpg"
453+
className="w-full h-full object-contain bg-black"
454+
>
446455
<source src="https://opendrivelab.github.io/TAMEn/highlights/highlight01.mp4" />
447456
</video>
448457
</CardContent>
@@ -451,7 +460,15 @@ export default function Home() {
451460
<TabsContent value="02" key="mode-content-02" className="w-full">
452461
<Card className="border-4 md:border-8 border-[#98AEF3] bg-black h-full overflow-hidden">
453462
<CardContent className="h-full flex justify-center items-center p-0">
454-
<video preload="none" autoPlay loop muted playsInline className="w-full h-full object-contain bg-black">
463+
<video
464+
preload="none"
465+
autoPlay
466+
loop
467+
muted
468+
playsInline
469+
poster="https://opendrivelab.github.io/TAMEn/highlights/highlight02.jpg"
470+
className="w-full h-full object-contain bg-black"
471+
>
455472
<source src="https://opendrivelab.github.io/TAMEn/highlights/highlight02.mp4" />
456473
</video>
457474
</CardContent>
@@ -460,7 +477,15 @@ export default function Home() {
460477
<TabsContent value="03" key="mode-content-03" className="w-full">
461478
<Card className="border-4 md:border-8 border-[#98AEF3] bg-black h-full overflow-hidden">
462479
<CardContent className="h-full flex justify-center items-center p-0">
463-
<video preload="none" autoPlay loop muted playsInline className="w-full h-full object-contain bg-black">
480+
<video
481+
preload="none"
482+
autoPlay
483+
loop
484+
muted
485+
playsInline
486+
poster="https://opendrivelab.github.io/TAMEn/highlights/highlight03.jpg"
487+
className="w-full h-full object-contain bg-black"
488+
>
464489
<source src="https://opendrivelab.github.io/TAMEn/highlights/highlight03.mp4" />
465490
</video>
466491
</CardContent>

0 commit comments

Comments
 (0)