By default, the size of the resulting image will correspond to imageResizeTargetWidth and imageResizeTargetHeight. Using keepOriginalSize, the size of the resulting image will be at the original scale of the image.
By default, there is no outer container of the cropper. Using withBoundary, we can specify the outer container of the cropper. The specified value is in pixel and will be added to the width and the height of the cropper.
Additional croppie settings.
By default, the size of the resulting image will correspond to
imageResizeTargetWidth
andimageResizeTargetHeight
. UsingkeepOriginalSize
, the size of the resulting image will be at the original scale of the image.By default, there is no outer container of the cropper. Using
withBoundary
, we can specify the outer container of the cropper. The specified value is in pixel and will be added to the width and the height of the cropper.