> 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/cropfactor.md).

# cropFactor

## Details

**Attribute:** `crop-factor`

**Type:** `number`

**Allowed values**: of `1` to `2`.

**Default value:** `1.5`

## Morphology

```typescript
selphi.cropFactor = 1.7;
```

## Description

Scales the facial crop relative to the capture oval when the extraction returns a cropped image. Larger values include more margin around the face.

***

## Example

```jsx
<facephi-selphi-widget
    cropFactor={1.7}
/>
```
