You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/5.x/development/image-transforms.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Mode
34
34
35
35
- [**Crop**](#crop) (Default) — Crops the image to the specified width and height.
36
36
- [**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.
38
38
- [**Stretch**](#stretch) — Stretches the image to the specified width and height.
39
39
40
40
All [modes](#transform-modes) support some general controls over image size and quality:
0 commit comments