You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/props.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ title: Props
25
25
|`restrictPosition`|`boolean`|| Restrict media position to cropper boundaries. Useful when `zoom < 1`. |
26
26
|`initialCroppedAreaPercentages`|`{ width: number; height: number; x: number; y: number }`|| Restore a crop from a previous `croppedArea` value. Preferred over pixels. |
27
27
|`initialCroppedAreaPixels`|`{ width: number; height: number; x: number; y: number }`|| Restore a crop from a previous `croppedAreaPixels` value. |
28
-
|`transform`|`string`|| Custom CSS transform for the media. |
28
+
|`transform`|`string`|| Custom CSS transform for the media. See [Custom transform](./advanced#custom-transform). |
0 commit comments