in plugins/content/joomslide.php find the line
if ($this->pluginRegistry->doCrop) $this->CalculateCropArea();Append the following after the line above:
imagealphablending($dst_img, false); imagesavealpha($dst_img,true); imagefilledrectangle($dst_img, 0, 0, $this->pluginRegistry->thumbWidth, $this->pluginRegistry->thumbHeight, IMG_COLOR_TRANSPARENT);Viola!
No comments:
Post a Comment