mgf-werbeagentur/kirby-processimageonupload

This package is abandoned and no longer maintained. The author suggests using the mgfagency/kirby-processimageonupload package instead.

Convert images on upload.

1.0.3 2019-06-26 10:03 UTC

This package is auto-updated.

Last update: 2021-02-24 17:08:35 UTC


README

Kirby Version

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.

License

MIT