🚀 A new era: Kirby 4 Get to know
Skip to content

ThumbHash

Smarter image placeholders with transparency using the ThumbHash algorithm

Usage

Read the documentation to get started with ThumbHash.

Support the project

This plugin is provided free of charge & published under the permissive MIT License. If you use it in a commercial project, please consider to sponsor me on GitHub to support further development and continued maintenance of Kirby ThumbHash.

License

MIT License
Copyright © 2023-2024 Tobias Möritz

Related plugins

Heroicons

by Adam Kiss

Plugin that provides heroicons as snippets to embed, customisable with a class argument.
  • K3
  • K4

CloudConvert

by Bruno Meilick

Plugin to convert your files to other file types (i.e. mov to animated gif), using cloudconvert.com
  • K3
  • K4

Imgix

by diesdas.digital

If this plugin gets activated, it will serve all images via imgix.
  • K3
  • K4

Convert JPG and PNG to WEBP

by Felix Häberle

This plugin converts JPG, JPEG and PNG into much smaller WEBP – speed up your website!
  • K3

Tiles

by hana+nils

Tiles is a plugin to serve basic vector map tiles (.mbtiles). The plugin provides routes for styles, tilejson and vector tiles that can be …
  • K3
  • K4

Blurry Placeholder

by Johann Schopplich

Blurry image placeholders and progressive image loading for better UX
  • K3
  • K4

Autofavicon

by Thomas GĂĽnther

Automatically generates an SVG favicon
  • K3
  • K4
return [
    'medienbaecker.autoresize' => [
        'maxWidth' => 2000,
        'maxHeight' => 2000,
        'quality' => 90
    ]
];

Autoresize

by Thomas GĂĽnther

Automatically resize images on upload
  • K3
  • K4

Autofocus

by Sylvain Julé

Content aware image cropping
  • K3

Imagex

by Tim Narr

Imagex helps you orchestrate modern, responsive and performant images in Kirby.
  • K4

BlurHash

by Tobias Möritz

Generate compact placeholder images with the BlurHash algorithm
  • K3
  • K4

Paparazzi

by Tobias Möritz

A Puppeteer-powered toolkit for programatically creating images with Kirby, by simply writing HTML & CSS code
  • K4
return [
  'werbschaft.uploadExtended' => [
    'rename'            => true,
    'excludeCharacters' => ['_','__'],
    'tinyPng'           => true,
  ]
];

Upload Extended

by Werbschaft

More options when uploading files like name changes, resizing via Kirby or compression and optional resizing via TinyPNG.
  • K3
  • K4

Other plugins by Tobias Möritz