• I have googled and trid to hack the cropping of thumbs, but it seem to have no effect at all. No matter what I do I can’t get rid of the damn cropping. Of cause I have turned cropping off in the admin of both Media and WP E-commerce plugin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter joergenaj

    (@joergenaj)

    Until further, I have made it so that the full image is used scaled down, not thumbs. It works, but not a great solution.

    Hi,

    The below steps worked for me for WP e-Commerce:

    Open to plugins > wp-ecommerce > wpsc-includes > misc.functions.php
    Go to line 378:
    // select our scaling method
    $scaling_method = ‘cropping’;

    Change ‘cropping’ to ‘non-cropping’.
    On lines 411 and 417 change the RGB values for $bgcolor = ImageColorAllocate as required. They’re black (255,255,255) by default but I need white so I changed it to 0,0,0.

    Good luck!

    Err, ignore that. It doesn’t work either! I’ll post if I find a solution. Sorry!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WP e-commerce – Want no cropping of images’ is closed to new replies.