Replies: 1 comment 1 reply
-
|
Just set the alpha channel of the RGBA to zero: <cropper-handle action="move" theme-color="rgba(255, 255, 255, 0)"></cropper-handle>Or: <cropper-handle action="move" theme-color="rgba(0, 0, 0, 0)"></cropper-handle> |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. How can I remove the background in
cropper-handle action="move"? By default, it's blue. I know abouttheme-color, but that doesn’t solve my problem. I expect theaction="move"handle to be completely transparent.Beta Was this translation helpful? Give feedback.
All reactions