Skip to content

Commit 0128da9

Browse files
LuizaVSantosLuiza  Vargas do Santos
andauthored
fix: image processor limits position (#1578)
Co-authored-by: Luiza Vargas do Santos <luiza.santos@FVFFPG1WQ6L4.local>
1 parent d98496e commit 0128da9

2 files changed

Lines changed: 22 additions & 20 deletions

File tree

src/content/docs/en/pages/main-menu/reference/build/edge-application/image-processor.mdx

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,6 @@ This module supports an array of image formats, including:
4646

4747
---
4848

49-
## Limits
50-
51-
These are the **default limits**:
52-
53-
| Scope | Limit |
54-
|------------------------------|-------------|
55-
| Maximum size | 150mb |
56-
| Maximum height | 2160 pixels |
57-
| Maximum width | 3840 pixels |
58-
5949
:::caution
6050
To ensure proper processing of images, the `ims=` query string parameter must be the last parameter in the URL. If any additional query string parameters are included after `ims=`, the request may return a **504** error.
6151

@@ -225,3 +215,15 @@ Combine the filters you want by separating filter with `:` into one string: `fil
225215
For instance, the query `?ims=fit-in/400x400/filters:fill(00ffff):quality(100)` will resize an image to fit an area of 500 by 500 pixels, fill the resized area with the color `#00ffff` and improve the quality to 100%:
226216

227217
<p align="center">[![Image_Processor_1](/assets/docs/images/image-processor/Image_Processor_1.png?ims=fit-in/500x500/filters:fill(f3652b):quality(100))](/assets/docs/images/image-processor/Image_Processor_1.png?ims=fit-in/500x500/filters:fill(f3652b):quality(100))</p>
218+
219+
## Limits
220+
221+
These are the **default limits**:
222+
223+
| Scope | Limit |
224+
|------------------------------|-------------|
225+
| Maximum size | 150mb |
226+
| Maximum height | 2160 pixels |
227+
| Maximum width | 3840 pixels |
228+
229+
---

src/content/docs/pt-br/pages/menu-principal/referencia/build/edge-application/image-processor.mdx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,6 @@ Esse módulo oferece suporte aos seguintes formatos de imagem:
4646

4747
---
4848

49-
## Limites
50-
51-
Estes são os **limites default**:
52-
53-
| Escopo | Limite |
54-
|------------------------------|-------------|
55-
| Tamanho máximo | 150mb |
56-
| Altura máxima | 2160 pixels |
57-
| Largura máxima | 3840 pixels |
58-
5949
:::caution
6050
Para garantir o processamento adequado das imagens, o parâmetro de query string `ims=` deve ser o último parâmetro na URL. Se quaisquer parâmetros de query string adicionais forem incluídos após `ims=`, a requisição pode retornar um erro **504**.
6151

@@ -236,4 +226,14 @@ Por exemplo, a query `?ims=fit-in/400x400/filters:fill(00ffff):quality(100)` red
236226

237227
<p align="center">[![Image_Processor_1](/assets/docs/images/image-processor/Image_Processor_1.png?ims=fit-in/500x500/filters:fill(f3652b):quality(100))](/assets/docs/images/image-processor/Image_Processor_1.png?ims=fit-in/500x500/filters:fill(f3652b):quality(100))</p>
238228

229+
## Limites
230+
231+
Estes são os **limites default**:
232+
233+
| Escopo | Limite |
234+
|------------------------------|-------------|
235+
| Tamanho máximo | 150mb |
236+
| Altura máxima | 2160 pixels |
237+
| Largura máxima | 3840 pixels |
238+
239239
---

0 commit comments

Comments
 (0)