mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-19 13:01:19 +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' => [
|
||||
'width' => 256,
|
||||
'height' => 256,
|
||||
'x' => 75,
|
||||
'x' => 40,
|
||||
'y' => 520,
|
||||
],
|
||||
'podcastTitle' => [
|
||||
@ -148,9 +148,9 @@ class MediaClipper extends BaseConfig
|
||||
'mask' => APPPATH . 'Libraries/MediaClipper/soundwaves-mask-portrait.png',
|
||||
],
|
||||
'subtitles' => [
|
||||
'fontsize' => 18,
|
||||
'marginL' => 60,
|
||||
'marginR' => 20,
|
||||
'fontsize' => 16,
|
||||
'marginL' => 40,
|
||||
'marginR' => 25,
|
||||
'marginV' => 97,
|
||||
],
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user