mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-16 11:13:15 +00:00
Fix typo in docs/topics/images.rst
This commit is contained in:
parent
d37ce9f699
commit
c2a83b92da
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue