> 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/selphi-biometria-facial/propiedades/initialtipwidth.md).

# initialTipWidth

## Details

**Attribute:** `initial-tip-width`

**Type:** `number`

**Default value:** `350`

## Morphology

```typescript
selphi.initialTipWidth = 350;
```

## Description

Width in pixels of the initial tip animation area in `facephi-selphi-widget`.

### Considerations

Requires [initialTip](/docs.facephi-en/sdks/sdk-web/componentes/selphi-biometria-facial/propiedades/initialtip.md) active.

***

## Example

```jsx
<facephi-selphi-widget
    initialTip={true}
    initialTipHeight={350}
    initialTipWidth={350}
/>
```
