-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Crop image with static cropper only by moving image #587
Comments
Hi That sounds like the options cropperStaticWidth and cropperStaticHeight? |
Hello, adding cropperStaticWidth and cropperStaticHeight did not disable movement of cropper. Am I doing something wrong?. Here I will write implemented code used with Ionic framework. Method for opening ModalComponent:
ImageCroppingModalComponent
HTML
|
You are correct, there needs to be a separate option to disable just the "cropper". A hack i used to quickly disable the movement is to remove the element with class "ngx-ic-move".
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Adding this comment to avoid the issue being closed. |
Hello.
It would be usefull if you could crop image by only manipualting image position and having cropper fixed in the center with specific dimensions. It is new way of cropping images and it would improve UX.
It is currently supported to move image and crop it, but it is not possible to have cropper fixed in the center and not move it. "disabled" input disables both image and cropper.
The text was updated successfully, but these errors were encountered: