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:
Daniil Chemerkin 2024-06-01 23:44:29 +00:00
commit 7fcbb3e051

View File

@ -17,7 +17,13 @@ function GetInformationPartnerPage() {
return (
<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/ogg" />
Your browser does not support the video tag.