An open API service indexing awesome lists of open source software.

https://github.com/tobimori/kirby-thumbhash

🚀 Smarter image placeholders with ThumbHash for Kirby
https://github.com/tobimori/kirby-thumbhash

image-placeholder kirby kirby-plugin kirby5 lazyloading thumbhash

Last synced: 3 months ago
JSON representation

🚀 Smarter image placeholders with ThumbHash for Kirby

Awesome Lists containing this project

README

          

![Kirby ThumbHash Banner](./.github/gh-banner.png)

Kirby ThumbHash

---

ThumbHash is an image placeholder algorithm. Placeholders are represented by small ∼28 bytes hashes such as `1QcSHQRnh493V4dIh4eXh1h4kJUI`.
A demo and more information can be found on the [website](https://evanw.github.io/thumbhash/).

This plugin adds ThumbHash support to Kirby, allowing you to implement UX improvements such as progressive image loading or content-aware spoiler images like Mastodon.

Under the hood, the heavy work gets done by a PHP implementation of ThumbHash by [SRWieZ](https://github.com/SRWieZ): [SRWieZ/thumbhash](https://github.com/SRWieZ/thumbhash)

## Get started

[Read the documentation](https://plugins.andkindness.com/thumbhash/docs/get-started) to get started with Kirby ThumbHash.

## Credits

- Johann Schopplich's [Kirby Blurry Placeholder](https://github.com/johannschopplich/kirby-blurry-placeholder) plugin that set the baseline for this plugin (Licensed under [MIT License](https://github.com/johannschopplich/kirby-blurry-placeholder/blob/main/LICENSE) - Copyright © 2020-2022 Johann Schopplich)

## License

[MIT License](./LICENSE)
Copyright © 2023-2025 Tobias Möritz