jbilcke-hf HF staff commited on
Commit
f672056
1 Parent(s): 05b0023

change the rest

Browse files
Files changed (2) hide show
  1. src/app/main.tsx +2 -2
  2. src/lib/utils/config.ts +1 -1
src/app/main.tsx CHANGED
@@ -361,9 +361,9 @@ export function Main() {
361
  device="Nexus 5"
362
  // color="black"
363
 
364
- // note: videos are generated in 512x1024
365
  // so we need to keep the same ratio here
366
- width={256}
367
  height={512}
368
  >
369
  <div className="
 
361
  device="Nexus 5"
362
  // color="black"
363
 
364
+ // note: videos are generated in 576
365
  // so we need to keep the same ratio here
366
+ width={288}
367
  height={512}
368
  >
369
  <div className="
src/lib/utils/config.ts CHANGED
@@ -1,5 +1,5 @@
1
 
2
 
3
  export const VIDEO_HEIGHT = 1024
4
- export const VIDEO_WIDTH = 512
5
 
 
1
 
2
 
3
  export const VIDEO_HEIGHT = 1024
4
+ export const VIDEO_WIDTH = 576
5