I am having trouble with the sizes of the videos. I have three so far that I am trying to have all be the same size and each of them are different. Below is the code used in the body content area. I've also attached a screenshot of what it actually looks like.

Here are some videos you can check out. From all sorts of providers.               
<h2>YouTube</h2> [video:http://www.youtube.com/watch?v=ejyJ3-r8yBE&amp;feature=relmfu align:center width:500 height:275]                  
<h2>Vimeo</h2>[video:http://vimeo.com/43338103 width:500 height:275 align:center]           
<h2>DailyMotion</h2>[video:http://www.dailymotion.com/video/xrduxj_kristin-bauer-interview_shortfilms width:500 height:225 align:center]
CommentFileSizeAuthor
videos.jpeg57.39 KBcarrierawks
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

GinaF’s picture

I am also having trouble with using the width and height parameters.
I discovered that they are ignored unless you are using the correct scaling - ie. if it's a 640x480 video, you can't make it 200x400. Maybe that is your problem??

carrierawks’s picture

Perhaps that is the issue. But making the player any size shouldn't be a problem...at least you would think. Hmmmm

rjdjohnston’s picture

That's part of the issue; we're experiencing the same but found youtube videos do not display with ANY additional attributes. If we simply embed youtube and let the defaults work it displays. This is a major roadblock!!!

gbohara’s picture

Issue summary: View changes

We can include aspect ratio in the video url
[video:http://vimeo.com/43338103 width:500 height:275 align:center ratio:16/9]

minnur’s picture

Status: Active » Closed (works as designed)

Correct, ratio setting is forcing your player to use proper based on width/height.