--- colorbox.theme.inc 2011-07-25 10:47:02.000000000 +0400 +++ colorbox.theme.inc.new 2011-08-02 22:01:15.000000000 +0400 @@ -29,6 +29,11 @@ function theme_colorbox_image_formatter( 'style_name' => $variables['colorbox_node_style'], ); + if (isset($item['width']) && isset($item['height'])) { + $image['width'] = $item['width']; + $image['height'] = $item['height']; + } + // If the title is empty use alt or the node title in that order. if (empty($image['title'])) { if (!empty($image['alt'])) {