2017-05-02, 02:04:11
It is transparent, that's just the background. Use css to turn it off with the admincss plugin
.jcrop-holder{
background-color: #000;
}
oh nm that was fixed in 3.4, still a bug in 3.3x, when saving the thumbnail loses transparency, which is a separate issue.
The image script had to be modified to preserve transparency. Ill see if it can be patched in or not.
.jcrop-holder{
background-color: #000;
}
oh nm that was fixed in 3.4, still a bug in 3.3x, when saving the thumbnail loses transparency, which is a separate issue.
The image script had to be modified to preserve transparency. Ill see if it can be patched in or not.