AW-91-bug-video-background
This commit is contained in:
parent
4488e7ad07
commit
3c271ab42c
@ -17,7 +17,13 @@ function GetInformationPartnerPage() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<section className={`${styles.page} page`}>
|
<section className={`${styles.page} page`}>
|
||||||
<video className={styles["background-video"]} loop autoPlay muted>
|
<video
|
||||||
|
className={styles["background-video"]}
|
||||||
|
loop={true}
|
||||||
|
autoPlay={true}
|
||||||
|
muted={true}
|
||||||
|
playsInline={true}
|
||||||
|
>
|
||||||
<source src="/videos/background-video-1.mp4" type="video/mp4" />
|
<source src="/videos/background-video-1.mp4" type="video/mp4" />
|
||||||
<source src="/videos/background-video-1.mp4" type="video/ogg" />
|
<source src="/videos/background-video-1.mp4" type="video/ogg" />
|
||||||
Your browser does not support the video tag.
|
Your browser does not support the video tag.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user