diff --git a/imagecache_proportions.module b/imagecache_proportions.module
index 5e0146c..20279d9 100644
--- a/imagecache_proportions.module
+++ b/imagecache_proportions.module
@@ -143,8 +143,10 @@ function imagecache_proportions_field_formatter_view($entity_type, $entity, $fie
         break;
       case 'colorbox':
         $theme = 'colorbox_image_formatter';
-        $extra['#colorbox_node_style'] = $settings[$proportions];
-        $extra['#colorbox_image_style'] = $settings['modal_style'];
+        $extra['#display_settings']['colorbox_node_style'] = $settings[$proportions];
+        $extra['#display_settings']['colorbox_image_style'] = $settings['modal_style'];
+        $extra['#display_settings']['colorbox_caption'] = '';
+        $extra['#display_settings']['colorbox_gallery'] = 'page';
         break;
       case 'shadowbox':
         $theme = 'shadowbox_formatter';
