--- video_formatter.inc.orig	2011-08-09 14:12:52.000000000 -0400
+++ video_formatter.inc	2011-08-09 14:13:02.000000000 -0400
@@ -233,8 +233,8 @@
       $items = _video_object_to_array($video->files);
       $items +=array('thumbnail' => (array) $video->thumbnail);
       $attributes = array();
-      $attributes['width'] = $video->width;
-      $attributes['height'] = $video->height;
+      $attributes['width'] = $video->player_width;
+      $attributes['height'] = $video->player_height;
       return theme('videojs', $items, 'video-' . $video->fid, $attributes);
       break;
     default:
