• I know of two ways that wordpress will generate additional resized images

    one is through functions

    add_image_size(‘250-180’, 250, 180, true);

    the other is in media settings

    I only have two sizes defined in functions
    and all disabled in media settings

    yet still, wordpress is generating a 150×150 and a 768x—

    how can I disable this?!?
    Thank you

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Disable image resizing’ is closed to new replies.