Merge branch 'AW-91-bug-video-background' into 'develop'
AW-91-bug-video-background See merge request witapp/aura-webapp!156
This commit is contained in:
commit
7fcbb3e051
@ -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