Unintended Sizing Up
-
Hello,
If I have the Large image size set to 500×500 and upload a 100×100 photo and use…
$large_img_src = wp_get_attachment_image_src( $image['ID'], 'large');
…I then get a very blurry 500×500 version of the 100×100 image. I turned the plugin off and rebuilt the images and tried again, this time getting the 100×100 image not scaled up.
Is this a bug? Anything that can be done to stop it scaling up? I’d prefer just to get the largest size it has like WP does normally.
Thanks!
Philip
- The topic ‘Unintended Sizing Up’ is closed to new replies.