edit video

This commit is contained in:
sasha-astiadi 2024-06-19 19:43:42 +02:00
parent 0f8a4595e4
commit f5fa5d79c4
2 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
<div class="relative lg:h-screen">
<div class="absolute inset-0 overflow-hidden">
<video autoplay muted loop class="h-full w-full object-cover lg:object-fill">
<source src="videos/ourworld.mp4" type="video/mp4">
<source src="videos/ow.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>