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

# div-page-size
Page width (%).

## Parameters
| Parameters | Description |
| --- | --- |
| `page_width` | <p>**object**</p><p>Required parameter.</p><p>Page width as a percentage of the parent element width.</p><p>The value has the type `div-percentage-size`.</p><p>Available platforms: Android, iOS, web.</p> |
| `type` | <p>**string**</p><p>Required parameter.</p><p>The value must always be `percentage`.</p><p>Available platforms: Android, iOS, web.</p> |

<details>
<summary>JSON</summary>

```json
{
  type*: "percentage",
  page_width*: {
    type*: "percentage",
    value*: "number"
  }
}
```
</details>
