Closed (fixed)
Project:
AdaptiveTheme
Version:
7.x-2.2
Component:
CSS/HTML
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Mar 2012 at 11:58 UTC
Updated:
28 Jul 2012 at 00:01 UTC
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
Comment #1
Jeff Burnz commentedSounds like it could be to do with the fluid image CSS, which sets
img {max-width:100%}Comment #2
Jeff Burnz commentedSupport for modules that don't support responsive design are always feature requests.
Comment #3
Jeff Burnz commentedI tested Image Crop and it is the max-width: 100%; if you add an override like this in yours stytles it will work:
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.