You are here

imagefield-zenfix.css in Imagefield Crop 7

/* Zen - max-width: 100% for img tags in normalize.css messes up ImageField Crop's
 * preview and cropbox - we have to set max-width to none to fix it
 * per https://drupal.org/node/1779494
 */
div.imagefield-crop-widget img {
  max-width: none !important;
}

File

imagefield-zenfix.css
View source
  1. /* Zen - max-width: 100% for img tags in normalize.css messes up ImageField Crop's
  2. * preview and cropbox - we have to set max-width to none to fix it
  3. * per https://drupal.org/node/1779494
  4. */
  5. div.imagefield-crop-widget img {
  6. max-width: none !important;
  7. }