---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.3
alternate:
  - https://divkit.tech/docs/en/concepts/divs/2/div-page-content-size.md
  - https://divkit.tech/docs/ru/concepts/divs/2/div-page-content-size.md
---
> **Documentation Index:** Fetch the complete configuration index at https://divkit.tech/docs/en/llms.txt

# div-page-content-size
The page size is equal to the size of its content.

## Parameters
| Parameters | Description |
| --- | --- |
| `type` | <p>**string**</p><p>Required parameter.</p><p>The value must always be `wrap_content`.</p><p>Available platforms: iOS, Android, web.</p> |

<details>
<summary>JSON</summary>

```json
{
  type*: "wrap_content"
}
```
</details>
