> For the complete documentation index, see [llms.txt](https://docs.facephi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.facephi.com/docs.facephi-en/sdks/sdk-web/componentes/selphid-documentos/propiedades/cameraoverflow.md).

# cameraOverflow

## Details

**Attribute:** `camera-overflow`

**Type:** `boolean`

**Default value:** `false`

## Morphology

```typescript
selphid.cameraOverflow = true;
```

## Description

When active, `facephi-selphid-widget` shows the full camera feed as the background, not just the canvas area.

***

## Example

```jsx
<facephi-selphid-widget
    cameraOverflow={true}
/>
```
