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
|`crop`| Object | {x, y, width, height} Initial crop. The same as calling `setCrop()`|
67
+
|`minResolution`| The minimal resolution required from the resulting image. |
67
68
|`fixedWidth`, `fixedHeight`| Number | Will fix the preview width and only allow for resizes in the other axis. |
68
-
|`minWidth`, `minHeight`| Number | Minimum widht or height the preview can be. |
69
+
|`minWidth`, `minHeight`| Number | Minimum width or height the preview can be. |
69
70
|`minRatio`, `maxRatio`| Number | Prohibit extreme image ratios with these settings. |
70
71
|`maxArea`| Number | e.g. `0.8` means max 80% of the area will be covered by the image. This makes for smoth transitions between wide and tall image formats. |
71
72
|`zoomStep`| Number | e.g. `1.25` means every zoom will enlarge the preview by 25%. |
0 commit comments