From c2a83b92da5f12c461388405dec91b31aae38591 Mon Sep 17 00:00:00 2001 From: Sergey Fedoseev Date: Sat, 23 Feb 2019 13:57:20 +0500 Subject: [PATCH] Fix typo in docs/topics/images.rst --- docs/topics/images.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/images.rst b/docs/topics/images.rst index 4880bda09..d2f1c1c76 100644 --- a/docs/topics/images.rst +++ b/docs/topics/images.rst @@ -106,7 +106,7 @@ The available resizing methods are as follows: Resize and **crop** to fill the **exact** dimensions specified. - This can be particularly useful for websites requiring square thumbnails of arbitrary images. For example, a landscape image of width 2000 and height 1000 treated with the ``fill200x200`` rule would have its height reduced to 200, then its width (ordinarily 400) cropped to 200. + This can be particularly useful for websites requiring square thumbnails of arbitrary images. For example, a landscape image of width 2000 and height 1000 treated with the ``fill-200x200`` rule would have its height reduced to 200, then its width (ordinarily 400) cropped to 200. This resize-rule will crop to the image's focal point if it has been set. If not, it will crop to the centre of the image.