> For the complete documentation index, see [llms.txt](https://docs.arcware.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arcware.cloud/unreal-engine-setup/set-up-pixel-streaming-in-your-own-project/core-settings/camera-aspect-ratio.md).

# Camera Aspect Ratio

Disable aspect ratio constraints on your in-game cameras for a responsive web experience. \
To allow for the best user experience while streaming on a variety of different devices, we recommend unticking **’Constrain Aspect Ratio‘** on your cameras, this will allow your application to use the whole screen of the device and will allow for portrait screen orientations to work properly.&#x20;

* Firstly locate where your cameras are being used (your camera could be in your **Player Pawn** or a **Cinematic Camera** for movie sequences).&#x20;
* With the camera selected look in the '**Details'** panel for the option **‘Constrain Aspect Ratio‘** and disable it.

![( Example of a Player pawn with Camera Component )](/files/parVbV4gpC2O9ilUt1rX)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.arcware.cloud/unreal-engine-setup/set-up-pixel-streaming-in-your-own-project/core-settings/camera-aspect-ratio.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
