mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-20 20:49:10 -06:00
Merge pull request #9295 from owncloud/mmattel-patch-1
[docs-only] Update thumbnails README.md
This commit is contained in:
@@ -41,7 +41,7 @@ Thumbnails can either be generated as `png`, `jpg` or `gif` files. These types a
|
||||
|
||||
## Thumbnail Query String Parameters
|
||||
|
||||
Clients can request thumbnail previews for files by adding `?preview=1` to the file URL. Requests for files with thumbnail available respond with HTTP status `404`.
|
||||
Clients can request thumbnail previews for files by adding `?preview=1` to the file URL. Requests for files with no thumbnail available respond with HTTP status `404`.
|
||||
|
||||
The following query parameters are supported:
|
||||
|
||||
@@ -61,9 +61,9 @@ Various resolutions can be defined via `THUMBNAILS_RESOLUTIONS`. A requestor can
|
||||
|
||||
Example:
|
||||
|
||||
Requested: 18x12
|
||||
Available: 30x20, 15x10, 9x6
|
||||
Returned: 15x10
|
||||
Requested: 18x12\
|
||||
Available: 30x20, 15x10, 9x6\
|
||||
Returned: 15x10\
|
||||
|
||||
## Thumbnail Processors
|
||||
|
||||
|
||||
Reference in New Issue
Block a user