Skip to content

Commit 99f7895

Browse files
committed
Fix initial description of letterbox transforms
1 parent 28be002 commit 99f7895

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/5.x/development/image-transforms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Mode
3434

3535
- [**Crop**](#crop) (Default) — Crops the image to the specified width and height.
3636
- [**Fit**](#fit) — Scales the image so that it is as big as possible with all dimensions fitting within the specified width and height.
37-
- [**Letterbox**](#letterbox) — Stretches the image to the specified width and height.
37+
- [**Letterbox**](#letterbox) — Scales the image to fit within a box of the specified dimensions (like **Fit**), but fills the negative space with a color.
3838
- [**Stretch**](#stretch) — Stretches the image to the specified width and height.
3939

4040
All [modes](#transform-modes) support some general controls over image size and quality:

0 commit comments

Comments
 (0)