• Hi there
    I upgraded to the new wordpress the other day, and ever since my crop setting haven’t been working.

    THumbnails no longer crop to the right seize, instead are rendered square and left aligned, and in other places on the site they are squashed. Whereas before images uploaded to my blog would auto-resize to 550 wide, they now default to full size, with no option for resizing.

    Here’s how my code is set for generating thubs using post-thumbnails:

    <?php add_theme_support( ‘post-thumbnails’ );
    add_image_size(‘sleeve-medium’, 150, 150, true);
    ?>

    It’s in functions.php

    My site is https://www.akirathedon.com, if you take a quick glance at the frontpage you’ll be able to see how this affecting some of the thumbnails.

    Help please!

    Cheers!

    @!

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

    (@akirathedon)

    Hi,

    Been continuing to try ans find whats going with this, but no luck. Any help?

    @!

    Have you tried:
    – deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).
    – switching to the Twenty Eleven theme to rule out any theme-specific problems.
    – resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.

    mirko.menegazzo

    (@mirkomenegazzo)

    I have this problem too! I have tried everything but I gave up and now I crop the images before uploading…not the best solution though

    I also tried on a vanilla installation without any luck…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Images no longer crop since upgrade to 3.3.1’ is closed to new replies.