mirror of
https://code.castopod.org/adaures/castopod
synced 2025-06-23 16:05:34 +00:00
fix(video-clips): tweak portrait parameters to have subtitles display without overflowing
This commit is contained in:
parent
93cb9b2470
commit
2385b1a292
@ -100,7 +100,7 @@ class MediaClipper extends BaseConfig
|
|||||||
'quotes' => [
|
'quotes' => [
|
||||||
'width' => 256,
|
'width' => 256,
|
||||||
'height' => 256,
|
'height' => 256,
|
||||||
'x' => 75,
|
'x' => 40,
|
||||||
'y' => 520,
|
'y' => 520,
|
||||||
],
|
],
|
||||||
'podcastTitle' => [
|
'podcastTitle' => [
|
||||||
@ -148,9 +148,9 @@ class MediaClipper extends BaseConfig
|
|||||||
'mask' => APPPATH . 'Libraries/MediaClipper/soundwaves-mask-portrait.png',
|
'mask' => APPPATH . 'Libraries/MediaClipper/soundwaves-mask-portrait.png',
|
||||||
],
|
],
|
||||||
'subtitles' => [
|
'subtitles' => [
|
||||||
'fontsize' => 18,
|
'fontsize' => 16,
|
||||||
'marginL' => 60,
|
'marginL' => 40,
|
||||||
'marginR' => 20,
|
'marginR' => 25,
|
||||||
'marginV' => 97,
|
'marginV' => 97,
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user