Sly Crespo Posted May 3, 2010 Share Posted May 3, 2010 I want the border around the pictures to be black not white. See picture. How can I do this ?Thanks. Link to comment Share on other sites More sharing options...
razaro Posted May 3, 2010 Share Posted May 3, 2010 Look at following topichttp://www.prestashop.com/forums/viewthread/24697/integration/how_to_make_image_background_transparentThen try to change in images.inc.php in root $black = imagecolorallocate($destImage, 0, 0, 0); imagefill($destImage, 0, 0, $black); imagecopyresampled($newImage, $imageGd, 0, 0, 0, 0, $ratioX, $size, $x, $y); imagecolortransparent($newImage, $black); And add same image again as cover image and delete old one or try regenerate images fromBack Office >> Preferences >> Image Link to comment Share on other sites More sharing options...
Recommended Posts