Skip to content

Commit 0bee97c

Browse files
committed
Use compressed hero video (7MB instead of 182MB)
1 parent 5a3c8c5 commit 0bee97c

4 files changed

Lines changed: 1 addition & 5 deletions

File tree

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
*.mp4 filter=lfs diff=lfs merge=lfs -text

src/assets/AsyncEvGS_supp.mp4

Lines changed: 0 additions & 3 deletions
This file was deleted.
7.13 MB
Binary file not shown.

src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { ProjectData } from './types';
22
import pipelineImg from './assets/pipeline_v7.png';
3-
import heroVideo from './assets/AsyncEvGS_supp.mp4';
3+
import heroVideo from './assets/AsyncEvGS_supp_small.mp4';
44

55
// Import videos
66
import loungeBaseline from './assets/interactive_results/real-world/Lounge/LSENeRF.mp4';

0 commit comments

Comments
 (0)