Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
94c46c0
1
Parent(s):
fdaf479
hm
Browse files
src/core/ffmpeg/addTextToVideo.mts
CHANGED
@@ -23,7 +23,7 @@ export async function addTextToVideo({
|
|
23 |
horizontalPosition: "center",
|
24 |
verticalPosition: "end",
|
25 |
px: 1,
|
26 |
-
py:
|
27 |
width,
|
28 |
height,
|
29 |
})
|
|
|
23 |
horizontalPosition: "center",
|
24 |
verticalPosition: "end",
|
25 |
px: 1,
|
26 |
+
py: 3,
|
27 |
width,
|
28 |
height,
|
29 |
})
|
src/core/utils/getCssStyle.mts
CHANGED
@@ -93,10 +93,10 @@ export function getCssStyle({
|
|
93 |
|
94 |
*/
|
95 |
text-shadow:
|
96 |
-
${0.
|
97 |
-
-${0.
|
98 |
-
-${0.
|
99 |
-
${0.
|
100 |
}
|
101 |
|
102 |
.outline {
|
|
|
93 |
|
94 |
*/
|
95 |
text-shadow:
|
96 |
+
${0.18}vh ${0.18}vh ${0.15}vh #000,
|
97 |
+
-${0.18}vh ${0.18}vh ${0.15}vh #000,
|
98 |
+
-${0.18}vh -${0.18}vh 0 #000,
|
99 |
+
${0.18}vh -${0.18}vh 0 #000;
|
100 |
}
|
101 |
|
102 |
.outline {
|