Help with cropping files
-
Hello
could you please tell me is it possible to crop images with bulk tool.
I created and uploaded with batch proces a lot of post’s with featured image size of
1058px x 2280pxI would like to resize them to 1058px x 1511px crop center center
i tried with code
add_filter( 'imsanity_crop_image', 'imsanity_crop_position_custom' ); function imsanity_crop_position_custom( $crop ) { return array( 'center', 'center' ); }
and in here is example of settings in plugins page
https://prntscr.com/mmwh08Thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Help with cropping files’ is closed to new replies.