gambitph / WP-OTF-Regenerate-Thumbnails

Automatically regenerates your thumbnails on the fly when thumbnail sizes change.
https://wordpress.org/plugins/otf-regenerate-thumbnails/
GNU General Public License v2.0
77 stars 16 forks source link

If the image requested is larger than the image uploaded #2

Closed FellowshipAgency closed 9 years ago

FellowshipAgency commented 9 years ago

If you request an image size but the uploaded image is smaller than the size you're requesting, the image returned is wrong.

I believe native WordPress will return the fullsized image, but with this plugin you instead get the thumbnail image blown up to be the size asked for.

bfintal commented 9 years ago

Hey @Rubious, I did some tests but I couldn't replicate it. Would you be able to give a step by step on how to test it?

I tried using the_post_thumbnail with a named size and also an array width & height. I used a pre-uploaded small image.

FellowshipAgency commented 9 years ago

Strange, it doesn't seem to happen on a brand new install. Must be a conflict with my theme or plugins. I'll look into it, sorry about that.

bfintal commented 9 years ago

No problem! Let me know :)

bfintal commented 9 years ago

Closing this for the meantime :+1: