From 36f4ad9a4b9ae7c2e77dc8016232e8d3a5c02d95 Mon Sep 17 00:00:00 2001 From: Joseph Price Date: Wed, 14 Aug 2019 10:06:41 +0100 Subject: [PATCH] Missing argument in resize_image docs (#778) --- docs/content/documentation/content/image-processing/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/documentation/content/image-processing/index.md b/docs/content/documentation/content/image-processing/index.md index 30aa0e7..8dbb281 100644 --- a/docs/content/documentation/content/image-processing/index.md +++ b/docs/content/documentation/content/image-processing/index.md @@ -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) \ No newline at end of file +[get_image_metadata](@/documentation/templates/overview.md#get-image-metadata)