I tried 3 crop modules, like imagefield_crop, imagecrop, and another one. All worked under garland and other standard themes, but all broke under a variety of adaptive themes, including sky, and at-admin.
By broken, I mean that the UI of the crop modules just didn't work, so it was a CSS issue mostly.

Comments

Jeff Burnz’s picture

Sounds like it could be to do with the fluid image CSS, which sets img {max-width:100%}

Jeff Burnz’s picture

Category: bug » feature
Priority: Major » Normal
Status: Active » Postponed (maintainer needs more info)

Support for modules that don't support responsive design are always feature requests.

Jeff Burnz’s picture

Status: Postponed (maintainer needs more info) » Fixed

I tested Image Crop and it is the max-width: 100%; if you add an override like this in yours stytles it will work:

.field-widget-imagefield-crop-widget img {
  max-width: none !important;
}

I've added this to Adaptivetheme 7.x-3.x and 2.x core themes, and will roll out with each release of the subthemes.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.