Skip to content

Commit

Permalink
Correct documentation for FillMax in resizing-images.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ElGovanni authored Nov 11, 2024
1 parent 4feaa29 commit ca18fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/image-manipulations/resizing-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Stretches the image to fit the constraining dimensions exactly. The resulting im
Resizes the image to fill the width and height boundaries and crops any excess image data. The resulting image will match the width and height constraints without distorting the image.


#### `Manipulations::FillMax`
#### `Fit::FillMax`

Resizes the image to fit within the width and height boundaries without cropping but upscaling the image if it’s smaller. The finished image will have remaining space on either width or height (except if the aspect ratio of the new image is the same as the old image). The remaining space will be filled with the background color. The resulting image will match the constraining dimensions.

Expand Down

0 comments on commit ca18fa0

Please sign in to comment.