I have searched before asking. I found a few plugins and forumposts, but they aren't working for 2.7 yet. I hope there might be a quick hack or maybe I missed a plugin or post.
I would like to have 75x75 and 225x225 thumbnails (If it's possible, I could also use 150x150 but I can use the 225x225 thumb for it.)
I tried changing line 147 in wp-includes/media.php
function image_resize_dimensions($orig_w, $orig_h, $dest_w, $dest_h, $crop=false) {
to
function image_resize_dimensions($orig_w, $orig_h, $dest_w, $dest_h, $crop=true) {
but I don't think it' working.
I hope someone can help me on the right direction. Thank you :)
Yannick