Improvement – add support for custom image size with defined crop area
-
Right now when image size is defined with crop area (like add_image_size( ‘custom-size’, 220, 220, array( ‘left’, ‘top’ ) ); // Hard crop left top ) manual crop area ratio is set to original image ratio. Because of if ($cropMethod == 1) { in ManualImageCropEditorWindow.php line 113. $cropMethod is array in that case.
- The topic ‘Improvement – add support for custom image size with defined crop area’ is closed to new replies.