No matter the position I put, it seems Wordpress hard crop is constantly cropping from the center.
add_image_size('attorney-thumb', 81,81, array( 'center', 'top' ));
If this crops from the center of x-axis, and top of y-axis. Then none of my thumbnails should have people's head's cut off.
Has anyone else had issues with wordpress hard crop not working? I would hate to create a custom image field to load images that are properly cropped.