You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. Currently, when I upload image, preview background-color is calculated and settled like average color of uploaded image. So, for original PNG, with transparent body
I got :
I think, having a property to disable this feature will be the ideal solution for this. But for the time being, you can use a CSS workaround. Note the usage of !important
Hi. Currently, when I upload image, preview background-color is calculated and settled like average color of uploaded image. So, for original PNG, with transparent body
I got :
I found in html this :
When i comment style, i got this :
For remove gray backround i can override css property "background" in :
and for remove grid :
But how can I remove setting "average" color background ?
In source code i found function :
And property imageColor :
The text was updated successfully, but these errors were encountered: