diff --git a/lib/resize.js b/lib/resize.js index 6d1775bd..e4a8e2aa 100644 --- a/lib/resize.js +++ b/lib/resize.js @@ -253,6 +253,7 @@ function ignoreAspectRatio () { * Do not enlarge the output image if the input image width *or* height are already less than the required dimensions. * This is equivalent to GraphicsMagick's `>` geometry option: * "*change the dimensions of the image only if its width or height exceeds the geometry specification*". + * Use with `max()` to preserve the image's aspect ratio. * * The default behaviour *before* function call is `false`, meaning the image will be enlarged. *