• upload 400×800 pic via media. it immediately gets cropped by add_image_size in the middle. is there anyway to select where it gets cropped everytime?

    example- in code, add_image_size( ‘test’, 200, 200, true );
    and it displays a 200×200 of the full original image (400×800) but lets say i want a 200×200 of just the top of part of the image

    i think i read a fix where you edit media.php, but i want to change the crop location with every new upload, not have it static

  • The topic ‘select where add_image_size crops from everytime?’ is closed to new replies.