Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions content/guides/05.files/5.transform.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,3 +173,14 @@ The following options are available:
[Sharp](https://sharp.pixelplumbing.com/api-constructor).

You can then use this `key` as a parameter to when requesting a file to apply the preset.

::callout{icon="i-lucide-info"}
**Default Transformation Keys**
Directus enables the following transformation keys by default:
- `system-small-cover`
- `system-small-contain`
- `system-medium-cover`
- `system-medium-contain`
- `system-large-cover`
- `system-large-contain`
::
Loading