jbilcke-hf HF staff commited on
Commit
94c46c0
·
1 Parent(s): fdaf479
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: 2,
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.25}vh ${0.25}vh ${0.2}vh #000,
97
- -${0.25}vh ${0.25}vh ${0.2}vh #000,
98
- -${0.25}vh -${0.25}vh 0 #000,
99
- ${0.25}vh -${0.25}vh 0 #000;
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 {