Image syntax description missing scale and fixedsize

This commit is contained in:
Martin Rieder 2024-06-14 15:13:19 +02:00
parent 1c4fd68a2e
commit c7d643bf29

View File

@ -536,6 +536,8 @@ image:
height: <int> # range: 1~65535; unit: points
# if only one dimension (width/height) is specified, the image is scaled proportionally.
# if both width and height are specified, the image is stretched to fit.
scale: <str> # Which dimension to scale ['false', 'true', 'width', 'height', 'both']
fixedsize: <bool> # If only one dimension is specified, compute the other
```
For more fine grained control over the image parameters, please see [`advanced_image_usage.md`](advanced_image_usage.md).