It seems there is a difference in cropping image files if you are administrator or user. As an administrator, I can use Image Crop perfectly, without any problems.

If I mask myself into a user, there seems to be a difference in using the Image Crop on a image.

As shown in attached printscreens.

Any idea how to fix this, or can this be done manually?

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

XS2ICE created an issue. See original summary.

sleewok’s picture

I'm having the same issue.

sleewok’s picture

I just discovered that it is related to the theme that I was using when editing the content. There may be some conflicts with certain scripts depending on the theme.

suegmune’s picture

I can confirm the same issue with admin vs. user differences. I'm using a zen based theme and non-admins have the same issue. Admins use the seven theme, and there are no problems.

sandipauti’s picture

Hi All,

This issue occurred when working with bootstrap theme only because bootstrap CSS having image style of max-width to resolve this just add below style to your theme

img {
max-width: none;
}

Cheers !!!

sandipauti’s picture

Status: Active » Needs review
diddism’s picture

Admin and user use difference theme when editing?
Here solved by giving users access to admin-theme.

jenlampton’s picture

Status: Needs review » Active

Since there's no patch here to review, changing issue status.