First- thanks for this module. It's incredible!

I've got a content type that has2 cropped image fields. The cropping part seems to work fine... but there's an issue on the display (or perhaps a configuration error?).

The behavior seems to be that the images are displaying at the size of the original image, but it's the cropped image that's showing. So the cropped image is being stretched all the way out to the original image size. It's an inline style that is doing this... if I go in and remove that style, the image displays correctly. Also, hovering over the image source with chrome shows the image to be the uploaded size but with a label that shows
1300px x 1200px (Natural 300px x 200px)
where the 'natural' element is the cropped image size.

CommentFileSizeAuthor
#2 image_crop_chrome_inspect.png56.55 KBpvdsteen

Comments

pvdsteen’s picture

Same problem here.
Only temporary solution right now is to make an image style to scale them afterwards.

pvdsteen’s picture

StatusFileSize
new56.55 KB

Herewith a screenshot showing what mattsmith3 describes on hovering over the image source

pvdsteen’s picture

Category: support » bug

Tested this issue with on a clean install.
Both 7.x-1.0 and the dev release of July 15th show this issue.

thyssimonis’s picture

I confirm this bug.
I have reupload the image a couple times and fixed the problem.

mikesir87’s picture

Confirming I have this too. Image still appears at original size even after applying an Image Style to use adjusted size. Could only apply changes by adding a CSS rule. Any luck fixing it?

Lann’s picture

I am experiencing this as well in the 1.x branch.

joetsuihk’s picture

1.x-dev?
There was a commit a few days ago should be fixed that bug