describe rotation behavior of the thumbnail method

This commit is contained in:
Tobias Pfeiffer 2016-11-12 22:04:25 +09:00
parent 48bc049cb5
commit ffca1a05dd

View File

@ -24,6 +24,9 @@ It provides the following attributes:
* `url_path` the URL path of the thumbnail. This is absolute and needs to
be made relative with the `|url` filter.
Note that for images that are rotated according to the "Orientation" EXIF
header, the created thumbnail will be rotated back to the correct orientation.
!!! Starting with Lektor 2.0 you can also pass `crop=True` to crop the image
to the exact dimensions provided instead of scaling it uncropped.