Skip to content

Commit

Permalink
Re-encode preview video in webm
Browse files Browse the repository at this point in the history
The size went from 60MB to 4MB!

Signed-off-by: Joaquim Rocha <[email protected]>
  • Loading branch information
joaquimrocha committed Aug 14, 2024
1 parent d369047 commit 095fcab
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LandingPage/LandingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function LandingPage(): JSX.Element {
<HomepageHeader />
<section className={styles.videoContainer}>
<video
src="/hl-preview.mp4"
src="/hl-preview.webm"
autoPlay
loop
muted
Expand Down
Binary file removed static/hl-preview.mp4
Binary file not shown.
Binary file added static/hl-preview.webm
Binary file not shown.

0 comments on commit 095fcab

Please sign in to comment.