Skip to content

Commit

Permalink
muted video
Browse files Browse the repository at this point in the history
  • Loading branch information
agnlez committed May 20, 2024
1 parent 6baa9d8 commit e562b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ import Layout from '../layouts/Layout.astro';
<div class="pb-3 md:container md:mx-auto">
<div class="grid md:grid-cols-12 gap-3">
<div class="md:col-span-8 md:h-full w-full">
<video class="h-full w-full" autoplay loop>
<video class="h-full w-full" autoplay loop muted>
<source src="/butterfly.mp4" type="video/mp4" />
</video>
</div>
Expand Down

0 comments on commit e562b82

Please sign in to comment.