Skip to content

Commit

Permalink
Missing argument in resize_image docs (#778)
Browse files Browse the repository at this point in the history
  • Loading branch information
PriceChild authored and Keats committed Aug 14, 2019
1 parent f0c48b8 commit 36f4ad9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/documentation/content/image-processing/index.md
Expand Up @@ -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
Expand Down Expand Up @@ -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)

0 comments on commit 36f4ad9

Please sign in to comment.