Skip to content

Instantly share code, notes, and snippets.

@johnny5th
Created April 23, 2012 20:02
Show Gist options
  • Save johnny5th/2473447 to your computer and use it in GitHub Desktop.
Save johnny5th/2473447 to your computer and use it in GitHub Desktop.
Drupal Strip Image Width/Height
function mayfield_preprocess_image(&$variables) {
unset ($variables['width'], $variables['height'], $variables['attributes']['width'],$variables['attributes']['height']);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment