Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 332 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 332 Bytes

Autoresize for Kirby 3

Automatically resize images on upload.

Resizing a huge image

You can change the default 2000px width in /site/config/config.php:

return [
  'medienbaecker.autoresize.maxWidth' => 2000
];