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

# cropFactor

## Details

**Attribute:** `crop-factor`

**Type:** `number`

**Supported values:** From `1` to `2`

**Default value:** `1`

## Morphology

```typescript
selphid.cropFactor = 1;
```

## Description

Scale factor of the document crop relative to the detected framing in `facephi-selphid-widget`.

***

## Example

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