Browse Source

Missing argument in resize_image docs (#778)

index-subcmd
Joseph Price Vincent Prouillet 4 years ago
parent
commit
36f4ad9a4b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/content/documentation/content/image-processing/index.md

+ 2
- 2
docs/content/documentation/content/image-processing/index.md View File

@@ -9,7 +9,7 @@ which is available in template code as well as in shortcodes.
The function usage is as follows:

```jinja2
resize_image(path, width, height, op, quality)
resize_image(path, width, height, op, format, quality)
```

### Arguments
@@ -150,4 +150,4 @@ Here is the result:
## Get image size

Sometimes when building a gallery it is useful to know the dimensions of each asset. You can get this information with
[get_image_metadata](@/documentation/templates/overview.md#get-image-metadata)
[get_image_metadata](@/documentation/templates/overview.md#get-image-metadata)

Loading…
Cancel
Save