mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-16 13:07:46 +02:00
fix(video-clips): tweak portrait parameters to have subtitles display without overflowing
This commit is contained in:
parent
93cb9b2470
commit
2385b1a292
1 changed files with 4 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue