• Resolved lizzyb

    (@lizzyb)


    The images I have for my site are all different sizes (I know I could resize outside of WP but others will also upload and dont want to have to do this).

    I thought that I could go into media settings and set my Thumbnail, medium and large. Then be able to upload images of varying larger sizes and have them all be made the same size by the settings.

    For example
    Thumbnail 150×150
    Medium 300×300
    Large 940×940

    Uploading full sizes of 3000×2000, 1024×1000 should still result in the smaller sizes of the right dimensions I specified.

    However this is not happening – my settings seem to be disregarded and I get varying sized ‘large’ files.

    Please help!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Admin/Settings/Media. Tick “Crop thumbnail to exact dimensions”.

    Thread Starter lizzyb

    (@lizzyb)

    Thanks esmi – but i do have that ticked already.

    I have noticed though that its cropping my large images to a max width of 640 (even though ive asked for 940).

    Is this because Im using 2010 thame and its clever enough to realise the post width (to allow for a sidebar) is 640px?

    Is this because Im using 2010 thame and its clever enough to realise the post width (to allow for a sidebar) is 640px?

    Yes. Line 47 in functions.php in TwentyTen:

    if ( ! isset( $content_width ) )
        $content_width = 640;
    Thread Starter lizzyb

    (@lizzyb)

    Thanks so much esmi :o)

    I guess if you’re a frequent theme swapper like me you have to reupload the images to get the right size!

    Thread Starter lizzyb

    (@lizzyb)

    oh wow – great!

    Thank you!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Image upload sizing trouble’ is closed to new replies.