Skip to content

Commit 0933c7c

Browse files
committed
Add max_result_dimension processing option docs
1 parent b166a82 commit 0933c7c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/usage/processing.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1134,6 +1134,19 @@ Allows redefining [IMGPROXY_MAX_ANIMATION_FRAME_RESOLUTION](../configuration/opt
11341134
Since this option allows redefining a security restriction, its usage is not allowed unless the [IMGPROXY_ALLOW_SECURITY_OPTIONS](../configuration/options.mdx#IMGPROXY_ALLOW_SECURITY_OPTIONS) config is set to `true`.
11351135
:::
11361136

1137+
### Max result dimension
1138+
1139+
```imgproxy_url_option
1140+
max_result_dimension:%size
1141+
mrd:%size
1142+
```
1143+
1144+
Allows redefining [IMGPROXY_MAX_RESULT_DIMENSION](../configuration/options.mdx#IMGPROXY_MAX_RESULT_DIMENSION) config.
1145+
1146+
:::warning
1147+
Since this option allows redefining a security restriction, its usage is not allowed unless the [IMGPROXY_ALLOW_SECURITY_OPTIONS](../configuration/options.mdx#IMGPROXY_ALLOW_SECURITY_OPTIONS) config is set to `true`.
1148+
:::
1149+
11371150
## Source URL
11381151
### Plain
11391152

0 commit comments

Comments
 (0)