Skip to content
Snippets Groups Projects
Commit eb8c22e2 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #142798 by sime: documentation fix.

parent df0f9dbd
No related branches found
No related tags found
No related merge requests found
......@@ -103,8 +103,8 @@ function image_get_info($file) {
}
/**
* Scales an image to the exact width and height given. Maintains the
* original file's aspect ratio by cropping the image equally on both
* Scales an image to the exact width and height given. Achieves the
* target aspect ratio by cropping the original image equally on both
* sides, or equally on the top and bottom. This function is, for
* example, useful to create uniform sized avatars from larger images.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment