Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
•
f672056
1
Parent(s):
05b0023
change the rest
Browse files- src/app/main.tsx +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
|
365 |
// so we need to keep the same ratio here
|
366 |
-
width={
|
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 =
|
5 |
|
|
|
1 |
|
2 |
|
3 |
export const VIDEO_HEIGHT = 1024
|
4 |
+
export const VIDEO_WIDTH = 576
|
5 |
|