Skip to content

Commit 95b503b

Browse files
authored
document the quality parameter when outputting an image using the binding (#23891)
1 parent 9285e49 commit 95b503b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/docs/images/transform-images/bindings.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ return response;
7878
### `.output()`
7979

8080
- Defines the [output format](/images/transform-images/) for the transformed image such as AVIF, WebP, and JPEG.
81+
- Image [quality](/images/transform-images/transform-via-url/#quality) can be altered by specifying `quality` on a 1-100 scale.
8182

8283
For example, to rotate, resize, and blur an image, then output the image as AVIF:
8384

0 commit comments

Comments
 (0)