Index: contrib/emvideo/emvideo.theme.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/emfield/contrib/emvideo/Attic/emvideo.theme.inc,v
retrieving revision 1.1.2.38.2.6
diff -u -p -u -p -r1.1.2.38.2.6 emvideo.theme.inc
--- contrib/emvideo/emvideo.theme.inc	19 Jul 2010 17:12:14 -0000	1.1.2.38.2.6
+++ contrib/emvideo/emvideo.theme.inc	27 Sep 2010 17:42:08 -0000
@@ -241,6 +241,9 @@ function theme_emvideo_modal_generic($fi
     // Shadowbox needs a .php extension so it knows to open as an iFrame.
     $destination .= '/index.php';
   }
+  else if ($options['modal'] == 'colorbox-load') {
+    $attributes['query'] = 'width='. $width .'&height='. ($height + 3) .'&iframe=true';
+  }
 
   if (($options['modal'] == 'lightbox2') && function_exists('lightbox2_add_files')) {
     lightbox2_add_files();
@@ -274,7 +277,7 @@ function theme_emvideo_thickbox($field, 
  *  Display the video as a Colorbox modal popup. Requires the Colorbox module.
  */
 function theme_emvideo_colorbox($field, $item, $formatter, $node, $options = array()) {
-  $options['modal'] = 'colorbox';
+  $options['modal'] = 'colorbox-load';
   return theme('emvideo_modal_generic', $field, $item, $formatter, $node, $options);
 }
 
