From 79135281f94affc5a1b3e4ffac76d0fea0b4842a Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Mon, 15 Nov 2021 21:48:03 -0800 Subject: [PATCH] Correct and sort list of target image formats (#1574) --- content/en/content-management/image-processing/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/content-management/image-processing/index.md b/content/en/content-management/image-processing/index.md index e2e964154..8f84145ac 100644 --- a/content/en/content-management/image-processing/index.md +++ b/content/en/content-management/image-processing/index.md @@ -229,7 +229,7 @@ See https://github.com/disintegration/imaging for more. If you want to trade qua By default the images is encoded in the source format, but you can set the target format as an option. -Valid values are `jpg`, `png`, `tif`, `bmp`, `gif` and `webp`. +Valid values are `bmp`, `gif`, `jpeg`, `jpg`, `png`, `tif`, `tiff`, and `webp`. ```go {{ $image.Resize "600x jpg" }}