Open
Description
When adding these two properties to the "cropp" component, when generating the preview image, it does not align the source image to the center.
cropp component:
generated image:
implementation:
<Cropper
ref="cropper"
:src="src"
:stencil-props="{
aspectRatio: 128/32,
movable: true,
resizable: true,
}"
:canvas="{
maxWidth: 128,
maxHeight: 32,
}"
image-restriction="none"
/>
Metadata
Metadata
Assignees
Labels
No labels