PHPackages                             baptiste/kirby-image-block - 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. baptiste/kirby-image-block

ActiveKirby-plugin

baptiste/kirby-image-block
==========================

Custom image Block for Kirby CMS block editor

1.0.2(1y ago)359↓100%MITPHP

Since May 3Pushed 1y ago2 watchersCompare

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

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

Custom Image block for Kirby editor
===================================

[](#custom-image-block-for-kirby-editor)

The main feature is to select the size of an image.

[![Screenshot of admin of an image](screenshot.jpg)](screenshot.jpg)

How to dev
----------

[](#how-to-dev)

**Install dependencies**
`npm install`

**Start watch process**
`npm run dev`

**Start buil process**
`npm run build`

Config file thumb
-----------------

[](#config-file-thumb)

Exemple of config for thumb to put in `config.php`

```
'thumbs' => [
    'presets' => [
        'default' => ['width' => 1400, 'height' => 1400, 'quality' => 60],
        'xl' => ['width' => 1200, 'height' => 1200, 'quality' => 60],
        'md' => ['width' => 600, 'height' => 600, 'quality' => 60],
        'sm' => ['width' => 300, 'height' => 300, 'quality' => 60],
        'xs' => ['width' => 160, 'height' => 160, 'quality' => 60],
    ],
    'srcsets' => [
        'default' => [
            '1x' => ['width' => 800, 'height' => 800, 'quality' => 60,'format' => 'webp'],
            '2x' => ['width' => 1400, 'height' => 1400, 'quality' => 60,'format' => 'webp']
        ],
        'xl' => [
            '1x' => ['width' => 600, 'height' => 600, 'quality' => 60,'format' => 'webp'],
            '2x' => ['width' => 1200, 'height' => 1200, 'quality' => 60,'format' => 'webp']
        ],
        'md' => [
            '1x' => ['width' => 300, 'height' => 300, 'quality' => 60,'format' => 'webp'],
            '2x' => ['width' => 600, 'height' => 600, 'quality' => 60,'format' => 'webp']
        ],
        'sm' => [
            '1x' => ['width' => 150, 'height' => 150, 'quality' => 60,'format' => 'webp'],
            '2x' => ['width' => 300, 'height' => 300, 'quality' => 60,'format' => 'webp']
        ],
        'xs' => [
            '1x' => ['width' => 80, 'height' => 80, 'quality' => 60,'format' => 'webp'],
            '2x' => ['width' => 160, 'height' => 160, 'quality' => 60,'format' => 'webp']
        ],
    ]
],
```

Disclaimer
----------

[](#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
-------

[](#license)

[MIT](https://opensource.org/licenses/MIT)

It is discouraged to use this plugin in any project that promotes racism, sexism, homophobia, animal abuse, violence or any other form of hate speech.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~197 days

Total

3

Last Release

709d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b2ab7f7743973302a34a8926b7e79da8962849ce29474a08221675d48d35e66b?d=identicon)[Baptistelhopitault](/maintainers/Baptistelhopitault)

---

Top Contributors

[![batgithub](https://avatars.githubusercontent.com/u/4511699?v=4)](https://github.com/batgithub "batgithub (6 commits)")

---

Tags

kirby3kirby3-pluginkirby3-cmscustom-blockblock-file

### Embed Badge

![Health badge](/badges/baptiste-kirby-image-block/health.svg)

```
[![Health](https://phpackages.com/badges/baptiste-kirby-image-block/health.svg)](https://phpackages.com/packages/baptiste-kirby-image-block)
```

###  Alternatives

[fabianmichael/kirby-meta

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

6910.7k1](/packages/fabianmichael-kirby-meta)[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)
