Missing argument in resize_image docs (#778)
This commit is contained in:
parent
f0c48b8a14
commit
36f4ad9a4b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue