From c67b45730873bcf93404d1bb2a06f1af417ccc0a Mon Sep 17 00:00:00 2001 From: Martin Date: Wed, 26 Oct 2022 09:17:14 +0200 Subject: [PATCH] Update services/thumbnails/README.md --- services/thumbnails/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/thumbnails/README.md b/services/thumbnails/README.md index d45b64bdb6..5592a601f8 100644 --- a/services/thumbnails/README.md +++ b/services/thumbnails/README.md @@ -43,7 +43,7 @@ Thumbnails can either be generated as `png`, `jpg` or `gif` files. These types a Various resolutions can be defined via `THUMBNAILS_RESOLUTIONS`. A requestor can request any arbitrary resolution and the thumbnail service will use the one closest to the requested resolution. If more than one resolution is required, each resolution must be requested individually. -**Example:** +Example: Requested: 18x12 Available: 30x20, 15x10, 9x6