PHPackages                             schnti/autoresize - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. schnti/autoresize

AbandonedArchivedKirby-plugin[Utility &amp; Helpers](/categories/utility)

schnti/autoresize
=================

Kirby Autoresize Plugin

0.1.2(7y ago)24.3kMITPHP

Since Mar 24Pushed 7y ago1 watchersCompare

[ Source](https://github.com/schnti/kirby-autoresize)[ Packagist](https://packagist.org/packages/schnti/autoresize)[ RSS](/packages/schnti-autoresize/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

Autoresize plugin
=================

[](#autoresize-plugin)

A plugin for [Kirby 3 CMS](http://getkirby.com) to shrink images on upload and replace to max size.

[![Resizing a huge image](https://user-images.githubusercontent.com/7975568/51390756-73ff4480-1b30-11e9-913d-7c6ba78fb7bd.gif)](https://user-images.githubusercontent.com/7975568/51390756-73ff4480-1b30-11e9-913d-7c6ba78fb7bd.gif)

Commercial Usage
----------------

[](#commercial-usage)

This plugin is free but if you use it in a commercial project please consider

- [making a donation](https://www.paypal.me/schnti/5) or
- [buying a Kirby license using this affiliate link](https://a.paddle.com/v2/click/1129/48194?link=1170)

Installation
------------

[](#installation)

### Download

[](#download)

[Download the files](https://github.com/schnti/kirby3-autoresize/archive/master.zip) and place them inside `site/plugins/autoresize`.

### Git Submodule

[](#git-submodule)

You can add the plugin as a Git submodule.

```
$ cd your/project/root
$ git submodule add https://github.com/schnti/kirby3-autoresize.git site/plugins/autoresize
$ git submodule update --init --recursive
$ git commit -am "Add Kirby Autoresize plugin"

```

Run these commands to update the plugin:

```
$ cd your/project/root
$ git submodule foreach git checkout master
$ git submodule foreach git pull
$ git commit -am "Update submodules"
$ git submodule update --init --recursive

```

### Composer

[](#composer)

```
composer require schnti/autoresize

```

Options
-------

[](#options)

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

```
return [
  'schnti.autoresize.max' => 1500,
  'schnti.autoresize.customConfig', [
      'imagekit.lazy' => false // e.g. for use with https://github.com/fabianmichael/kirby-imagekit
  ]
];
```

How to use it
-------------

[](#how-to-use-it)

Nothing required. Plugin is using the `file.create:after` and `file.replace:after` [Hooks from Kirby](https://getkirby.com/docs/reference/system/options/hooks)

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 61.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

2611d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1868482?v=4)[Timo Schneider](/maintainers/schnti)[@schnti](https://github.com/schnti)

---

Top Contributors

[![medienbaecker](https://avatars.githubusercontent.com/u/7975568?v=4)](https://github.com/medienbaecker "medienbaecker (8 commits)")[![schnti](https://avatars.githubusercontent.com/u/1868482?v=4)](https://github.com/schnti "schnti (4 commits)")[![SinoBoeckmann](https://avatars.githubusercontent.com/u/4194929?v=4)](https://github.com/SinoBoeckmann "SinoBoeckmann (1 commits)")

---

Tags

kirby3kirby3-pluginkirby3-cms

### Embed Badge

![Health badge](/badges/schnti-autoresize/health.svg)

```
[![Health](https://phpackages.com/badges/schnti-autoresize/health.svg)](https://phpackages.com/packages/schnti-autoresize)
```

###  Alternatives

[fabianmichael/kirby-meta

Your all-in-one powerhouse for any SEO and metadata needs imaginable.

6910.7k1](/packages/fabianmichael-kirby-meta)[arnoson/kirby-vite

Vite helper for Kirby CMS

9759.2k3](/packages/arnoson-kirby-vite)[bvdputte/kirby-fingerprint

Cache-busting utility to fingerprint assets (JS/CSS) in Kirby 3

1610.0k](/packages/bvdputte-kirby-fingerprint)[schnti/cachebuster

A plugin for Kirby 3 CMS to add modification timestamps to css and js files

108.3k1](/packages/schnti-cachebuster)[bnomei/kirby3-php-cachedriver

PHP based Cache-Driver

112.6k](/packages/bnomei-kirby3-php-cachedriver)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
