diff --git a/docs/syntax.md b/docs/syntax.md index 5b2e3928..a5782a68 100644 --- a/docs/syntax.md +++ b/docs/syntax.md @@ -578,8 +578,6 @@ image: height: # 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: # Which dimension to scale ['false', 'true', 'width', 'height', 'both'] - fixedsize: # 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).