• ?

    (@cor-van-noorloos)


    Hello,

    It seems after updating my blog to WP 3.1 or WP3.2-bleeding my images won’t get cropped anymore to the correct size.
    The width and height parameters are getting adjusted though, so it ‘looks’ sort of OK.
    It however does load the larger images.

    I’m currently using the following code:
    add_image_size( 'page-thumbnail', 210, 210, true );

    if ( has_post_thumbnail() ) {
    		the_post_thumbnail( 'page-thumbnail' );
    	}

    Best regards,

    Cor

Viewing 1 replies (of 1 total)
  • Thread Starter ?

    (@cor-van-noorloos)

    Hello Alex,

    In continue of above message, the plugin didn’t work using WP 3.2-bleeding. It does however work with WP 3.1.2-alpha.

    Best regards,

    Cor

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Regenerate Thumbnails] Images won't crop’ is closed to new replies.