Skip to content

Commit

Permalink
Revert commit about 'scale and fixedsize`
Browse files Browse the repository at this point in the history
Co-authored-by: kvid <kvid@users.noreply.github.com>
  • Loading branch information
martinrieder and kvid committed Jul 6, 2024
1 parent 8ebb0ff commit 8d8cc96
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -578,8 +578,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).
Expand Down

0 comments on commit 8d8cc96

Please sign in to comment.