I would like to change the way WordPress crops the featured images thumbnail. The generated thumbnails are cropped from the center. Can I control that to set up to top left ?
This post mentions a plugin, but it doesen’t really exists :3
And the Scissors plugin seams not to affect featured image thumbnail.
Any idea ?
It is not good idea to modify the core of WordPress. You can use the plugin Thumbnail Crop Position to select a corner or the center point of the image from where the image will be cropped.
In wp-includes/media.php, line 360, I found :
…and changed to :
… to define crop to top right.
Values can be: left, center, right