Jump to content
thirty bees forum

[SOLVED] Changing background color


Siteboost

Recommended Posts

Hi guys,

I am trying to change the background color on cropped/resized images from white to light grey. I have changed line 229 in /modules/mdimagemagick/override/classes/ImageManager.php from "$srcImage->setImageBackgroundColor('white');" to "$srcImage->setImageBackgroundColor('#eeeeee');", but images are still created with a white background.

What am I missing? Why isn't it working?

Best regards,

Mathias

Link to comment
Share on other sites

I never tested that module, but are you sure you are editing the correct file? Check if you have that file in root override folder under classes or modules. And if so, try to edit that line there. Also after you edited override files you need to delete 'cache/class_index.php' file, for changes to take affect.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...