Skip to content

Commit

Permalink
feat: video compression and placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
tmacsmee committed Aug 5, 2024
1 parent b05725c commit f6abccd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
Binary file not shown.
Binary file modified client/public/videos/hero-background.webm
Binary file not shown.
1 change: 1 addition & 0 deletions client/src/app/sections/LandingSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const LandingSection = () => (
autoPlay
muted
loop
poster="/images/landing-video-placeholder.webp"
className="h-full w-full object-cover"
/>
</div>
Expand Down

0 comments on commit f6abccd

Please sign in to comment.