From ab9893bc46f3234bf04edb808c419dc15a79609d Mon Sep 17 00:00:00 2001 From: Michael Stingl Date: Mon, 4 Dec 2023 17:01:30 +0100 Subject: [PATCH] =?UTF-8?q?clarified=20thumbnail=20=E2=80=9Cc=E2=80=9D=20p?= =?UTF-8?q?arameter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/thumbnails/README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/services/thumbnails/README.md b/services/thumbnails/README.md index 258de45aeb..36295e98ed 100644 --- a/services/thumbnails/README.md +++ b/services/thumbnails/README.md @@ -45,14 +45,14 @@ Clients can request thumbnail previews for files by adding `?preview=1` to the f The following query parameters are supported: -| Parameter | Required | Default Value | Description | -| --------- | -------- | ---------------------------------------------------- | ----------------------------- | -| preview | YES | 1 | generates preview | -| x | YES | first x-value configured in `THUMBNAILS_RESOLUTIONS` | horizontal target size | -| y | YES | first y-value configured in `THUMBNAILS_RESOLUTIONS` | vertical target size | -| a | NO | 1 | aspect ratio | -| c | NO | ??? | ??? | -| processor | NO | ??? | preferred thumbnail processor | +| Parameter | Required | Default Value | Description | +| --------- | -------- | ---------------------------------------------------- | ------------------------------------------------------------------------------- | +| preview | YES | 1 | generates preview | +| x | YES | first x-value configured in `THUMBNAILS_RESOLUTIONS` | horizontal target size | +| y | YES | first y-value configured in `THUMBNAILS_RESOLUTIONS` | vertical target size | +| a | NO | 1 | aspect ratio | +| c | NO | Caching string | Clients should send the etag, so they get a fresh thumbnail after a file change | +| processor | NO | ??? | preferred thumbnail processor | ## Thumbnail Resolution