mgf-werbeagentur / kirby-processimageonupload
Convert images on upload.
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:kirby-plugin
Requires
This package is auto-updated.
Last update: 2021-02-24 17:08:35 UTC
README
Installation
Download
Download and copy this repository to /site/plugins/kirby-processimageonupload
.
Git submodule
git submodule add https://github.com/mgfagency/kirby-processimageonupload.git site/plugins/kirby-processimageonupload
Composer
composer require mgfagency/kirby-processimageonupload
Usage
Uploaded images get converted to maxwidth 1280px on upload after installation. Change the config according to your needs.
Options
All options require mgfagency.processimageonupload.
as prefix.
convert
- default:
array('width' => 1280)
- content of this folder is loaded into the help view of the panel
Disclaimer
This plugin is provided "as is" with no guarantee. Use it at your own risk and always test it yourself before using it in a production environment.