function themename_preprocess_image(&$variables) { foreach (array('width', 'height') as $key) { unset($variables[$key]); } }