Croppie icon indicating copy to clipboard operation
Croppie copied to clipboard

ability to set boundary color?

Open rob-lindman opened this issue 6 years ago • 2 comments

I should be able to, with code, set the color of the rectangular or circular border which indicates the area of the crop (the visual indicator of the 'points'). I have browsed the docs and don't see this. I might be able to inspect the dom and add a css style, but this seems like it should be built in.

rob-lindman avatar Apr 02 '18 07:04 rob-lindman

It's not built in to the api. You're free to add additional CSS styles to manipulate the look of the croppie element, but as far as styling through the API, that doesn't exist beyond width/heights.

This isn't something that I see as a high use case. I think creating a custom style in your css should cover most uses. BUT .... I'm open to PR's on this repo.

thedustinsmith avatar Apr 02 '18 12:04 thedustinsmith

I also want to set the border and shadow of the boundary (saved 'circle' image) - any suggestions? - thanks

J-TOBIN avatar Apr 12 '21 13:04 J-TOBIN