Work on videos
This commit is contained in:
parent
ef5368833d
commit
23d7dbc58b
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
public/videos/banner-about.mp4
Normal file
BIN
public/videos/banner-about.mp4
Normal file
Binary file not shown.
Binary file not shown.
BIN
public/videos/banner-products.mp4
Normal file
BIN
public/videos/banner-products.mp4
Normal file
Binary file not shown.
BIN
public/videos/banner-products.webm
Normal file
BIN
public/videos/banner-products.webm
Normal file
Binary file not shown.
Binary file not shown.
@ -20,7 +20,8 @@ const Hero = () => {
|
||||
playsInline={true}
|
||||
preload="true"
|
||||
>
|
||||
<source src="/videos/Banner_About.webm" type="video/webm" />
|
||||
<source src="/videos/banner-about.webm" type="video/webm" />
|
||||
<source src="/videos/banner-about.mp4" type="video/mp4" />
|
||||
</video>
|
||||
</div>
|
||||
<img
|
||||
|
||||
@ -18,7 +18,8 @@ const Hero = () => {
|
||||
playsInline={true}
|
||||
preload="true"
|
||||
>
|
||||
<source src="/videos/Banner_Community.webm" type="video/webm" />
|
||||
<source src="/videos/banner-community.webm" type="video/webm" />
|
||||
<source src="/videos/banner-community.mp4" type="video/mp4" />
|
||||
</video>
|
||||
</div>
|
||||
<img
|
||||
|
||||
@ -27,7 +27,8 @@ const Hero = () => {
|
||||
playsInline={true}
|
||||
preload="true"
|
||||
>
|
||||
<source src="/videos/Banner_Products.webm" type="video/webm" />
|
||||
<source src="/videos/banner-products.webm" type="video/webm" />
|
||||
<source src="/videos/banner-products.mp4" type="video/mp4" />
|
||||
</video>
|
||||
<img
|
||||
className={s.hero__mobile}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user