Files
fotospiel-app/config/watermark.php

21 lines
702 B
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Base watermark configuration
|--------------------------------------------------------------------------
|
| Dieses Wasserzeichen wird bei Paketen mit "basic" Policy verwendet.
| Super-Admins können diesen Block anpassen. Pfade sind relativ zu public/.
|
*/
'base' => [
'asset' => 'branding/fotospiel-watermark.png',
'position' => 'bottom-right', // top-left, top-right, bottom-left, bottom-right, center
'opacity' => 0.25, // 0..1
'scale' => 0.2, // relative zur Bildbreite/-höhe
'padding' => 16, // px vom Rand
],
];