2x generated images not respecting set crop location
-
Hi,
Great plugin! For some reason though, i’m having a problem where retina generated images using your plugin aren’t respecting their set crop locations.I have this in my theme which should provide a pretty decent crop across all team photos:
add_image_size( 'team-thumb', 158, 158, array( center, center ) );
This works perfectly for 1x images that have been uploaded.
I’m also using My Eyes Are Up Here to specify new crop locations of images where needed.For some reason, all 2x images are generated as if set to bottom center instead of center center or the new crop location set in My Eyes Are Up Here.
Here’s an example:
Uploaded 1x image using code in functions.php
WP Retina 2x generated @2x image, not centeredI’ve tried using Regenerate Thumbnails and then bulk processing the 2x images in the Media > Retina screen but it doesn’t seem to change anything.
Do you know why this might be happening?
Thanks for any help in advance,
Jack
- The topic ‘2x generated images not respecting set crop location’ is closed to new replies.