Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

amteich/kirby-processimageonupload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kirby 3 Plugin - Process Image On Upload

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