From 1e36ffbb9a2dc6bb8c606a60f1089f5774fcab47 Mon Sep 17 00:00:00 2001 From: bvfbarten Date: Sat, 4 Nov 2023 02:06:25 -0600 Subject: [PATCH] Update resize.md (#166) --- markup/filters/resize.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/markup/filters/resize.md b/markup/filters/resize.md index 0a30b9c4..cb521f09 100644 --- a/markup/filters/resize.md +++ b/markup/filters/resize.md @@ -20,7 +20,13 @@ This means that the actual work of resizing the image is delayed until the brows The filter accepts three parameters: `| resize(int $width [, int $height , array $options])`. -See the [image resizing docs](../../docs/services/image-resizing#available-parameters) for more information on the parameters. +One of the options available in the $options array is extension. This allows converting images from one file type to another. + +```twig + +``` + +See the [image resizing docs](../../docs/services/image-resizing#available-parameters) for more information on other parameters. - [List of locations images can be resized from](../../docs/services/image-resizing#available-sources)