change background video
This commit is contained in:
6651
pnpm-lock.yaml
generated
6651
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
BIN
src/assets/bg_video.mp4
Normal file
BIN
src/assets/bg_video.mp4
Normal file
Binary file not shown.
@@ -80,13 +80,13 @@ const Home = () => {
|
|||||||
description="ThreeFold is a fully operational, decentralized internet infrastructure – deployed locally, scalable globally, and owned and powered by the people."
|
description="ThreeFold is a fully operational, decentralized internet infrastructure – deployed locally, scalable globally, and owned and powered by the people."
|
||||||
showVideo={true}
|
showVideo={true}
|
||||||
videoEmbed={
|
videoEmbed={
|
||||||
<iframe
|
<video
|
||||||
src="https://player.vimeo.com/video/1106821376?badge=0&autopause=0&player_id=0&app_id=58479&autoplay=1&background=1&muted=1&loop=1"
|
src="/src/assets/bg_video.mp4"
|
||||||
frameBorder="0"
|
autoPlay
|
||||||
allow="autoplay; fullscreen; picture-in-picture; clipboard-write; encrypted-media; web-share"
|
muted
|
||||||
referrerPolicy="strict-origin-when-cross-origin"
|
loop
|
||||||
style={{position: "absolute", top: 0, left: 0, width: "100%", height: "100%", objectFit: "cover"}}
|
playsInline
|
||||||
title="ThreeFold Grid"
|
className="absolute top-0 left-0 w-full h-full object-cover"
|
||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
Reference in New Issue
Block a user