Force crop to Medium size
-
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 75×75 and 225×225 thumbnails (If it’s possible, I could also use 150×150 but I can use the 225×225 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
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Force crop to Medium size’ is closed to new replies.