Almost all content on home page
This commit is contained in:
@ -1,8 +1,16 @@
|
||||
export function HomepageVideo() {
|
||||
return (
|
||||
<video width="1080" height="1920" controls preload="auto" loop autoPlay muted >
|
||||
<source src="/videos/homepage-video.mp4" type="video/mp4" />
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
||||
)
|
||||
}
|
||||
return (
|
||||
<video
|
||||
width='1080'
|
||||
height='1920'
|
||||
controls
|
||||
preload='auto'
|
||||
loop
|
||||
autoPlay
|
||||
muted
|
||||
>
|
||||
<source src='/videos/homepage-video.mp4' type='video/mp4' />
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user