Skip to content

Commit

Permalink
Merge pull request #23104 from smeagol74/patch-1
Browse files Browse the repository at this point in the history
Docs: Add details for `defaultOrientation`
(cherry picked from commit 4811425)
  • Loading branch information
kylegach authored and github-actions[bot] committed Jun 17, 2023
1 parent 3ca1ef7 commit e23d149
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/essentials/viewport.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,12 @@ If you want to change the default set of viewports, you can set the global `para

The viewport global can take an object with the following keys:

| Field | Type | Description | Default Value |
| ------------------- | :-----: | :---------------------------------------: | :------------: |
| **defaultViewport** | String | Sets the default viewport | `'responsive'` |
| **disable** | Boolean | Disables the viewport | N/A |
| **viewports** | Object | The configuration object for the viewport | `{}` |
| Field | Type | Description | Default Value |
| ---------------------- | :-----: | :-------------------------------------------------------: | :------------: |
| **defaultViewport** | String | Sets the default viewport | `'responsive'` |
| **defaultOrientation** | String | Sets the default orientation (e.g. portrait or landscape) | `'portrait'` |
| **disable** | Boolean | Disables the viewport | N/A |
| **viewports** | Object | The configuration object for the viewport | `{}` |

The viewports object needs the following keys:

Expand Down

0 comments on commit e23d149

Please sign in to comment.