We have an image style that uses the auto crop via the manual crop module. We want the cropped image to be formatted for display using the Backstretch field formatter. The UI gives the user that indication that the image has been cropped. However, the cropped image is not served on the front end even though the display format is set to use the cropped image style. I have tried using both the cropped image style and the original image (after crop) style but neither work. The original, un-cropped image always shows.

I wasn't sure if this was an issue between Fieldable Panels Panes and Manual Crop and the Backstretch field formatter. So, I attempted to crop an image that was in the Media files list. The same thing happens. I can slide the crop area over the image and the image is marked as cropped but the original image always displays.

Comments

hfarrier created an issue. See original summary.

hfarrier’s picture

Status: Active » Fixed

We narrowed this down to an issue between the Manual Crop module and the Image URL Formatter. Several years ago, an issue was reported in the Manual Crop issue queue https://www.drupal.org/node/2151597. A patch was committed and the issue marked as solved. However, it appears that the issue still persists. I reported the issue on the Manual Crop issue queue.

hfarrier’s picture

Status: Fixed » Active

I wrote too soon. It turns out that cropping is still not working, even with Image URL formatter disabled. I'll keep on testing and post any findings.

dsnopek’s picture

Status: Active » Postponed (maintainer needs more info)

Are you adding these images to the WYSIWYG? Or are these image fields on a fieldable panels pane?

hfarrier’s picture

The image is a field on a content type. The user crops the image via this field. To display, we are using panels with an image style of "original after manual crop". The original uncropped image is always shown, regardless if there is a cropped version.