WordPress add_image_size
-
I am struggling getting WordPress to properly crop a photo based on a custom add_image_size I’ve setup. I want the crop to be left, center but it keeps cropping in what seems like the wrong place to me. What am I missing? Can it be cropped the way I want it to be?
Here’s the PHP:
add_image_size ('resorts-accordion', 225, 340, array( 'left', 'center') );
Here’s the original Image:
https://i.stack.imgur.com/NIohe.jpgHere’s the ‘wrong’ way the image is being cropped:
https://i.stack.imgur.com/dqEva.jpgHere’s how I want it actually cropped
https://i.stack.imgur.com/cutrK.jpg
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘WordPress add_image_size’ is closed to new replies.