plagasul / kirby-autoresize

Automatically resize images on upload

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
];

About

Automatically resize images on upload


Languages

Language:PHP 100.0%