AW-91-bug-video-background

This commit is contained in:
Денис Катаев 2024-06-01 23:44:29 +00:00 committed by Daniil Chemerkin
parent 4488e7ad07
commit 3c271ab42c

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.