-
Notifications
You must be signed in to change notification settings - Fork 112
Be able to change cropper boundaries and corners color #30
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
Comments
+1 |
4 similar comments
+1 |
+1 |
+1 |
+1 |
I think the color attribute in fork https://github.com/hendrik-scholz/angular-img-cropper is the feature you are looking for. Thanks to the developer of #47. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there,
A small addition in terms of code but it would give a great customization power to integrate better the component into an app and design.
Right now, the cropper color is a strong yellow
rgba(255,228,0,1)
and it would be great if it could be customized through an attribute on the directive for instance :crop-bounds-color="255,255,255"
if you want a white cropper.The text was updated successfully, but these errors were encountered: