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.37 diff -u -p -r1.1.2.37 emvideo.theme.inc --- contrib/emvideo/emvideo.theme.inc 28 Sep 2009 23:38:30 -0000 1.1.2.37 +++ contrib/emvideo/emvideo.theme.inc 13 Oct 2009 18:58:45 -0000 @@ -211,6 +211,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'] == 'thickbox') { + $attributes['query'] = 'TB_iframe=true&width='. $width .'&height='. $height; + } if (($options['modal'] == 'lightbox2') && function_exists('lightbox2_add_files')) { lightbox2_add_files();