Files
robbis.space/kirby-baukasten-main/site/config/thumbs.php
KirbyCMS Deploy 0a8c107828 Initial commit
2026-04-15 11:50:31 +00:00

10 lines
145 B
PHP

<?php
return [
'srcsets' => [
'small' => [300, 500, 800],
'default' => [400, 800, 1000, 1200],
'large' => [800, 1400, 2000, 2600],
]
];