diff --git a/docs/fieldtypes/file.md b/docs/fieldtypes/file.md index a244d3c3..cd904cfc 100755 --- a/docs/fieldtypes/file.md +++ b/docs/fieldtypes/file.md @@ -310,6 +310,8 @@ Resize the image and then crop it. | crop:x | `Number` | `0`| Horizontal crop offset, px | | crop:y | `Number` | `0`| Vertical crop offset, px | +The output of this tag might differ from "Crop" pre-defined image manipulation as set in Upload Directory settings. To achieve exact same behaviour you need to set `width` and `height` parameters to the same values for both resize and crop. + ### Using as modifier tags pairs {news_image:resize width="100" height="100"}