Revert commit about 'scale and fixedsize`

Co-authored-by: kvid <kvid@users.noreply.github.com>
This commit is contained in:
Martin Rieder 2024-07-06 18:21:14 +02:00
parent f65bde6f09
commit 6a5b51f303

View File

@ -584,8 +584,6 @@ 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).