Forums / Technical Help / Width parameter, Vimeo and GVideo
- Known Issues 3
- Bugs 1781
- Feature Requests 1165
- Projects 415
- General Discussion 1374
- Technical Help 1097
- Cameras 240
- API 111
Zach 'Iowa' Hoeken locked this topic on Jun 27, 2008 because the topic is older than 6 months.
This conversation is missing your voice. Take five seconds to join Vimeo or log in.
- Vimeo: About / Blog / Roadmap / Developers / Community Guidelines / Forums / Help! / Site Map
- Legal: © 2008 Vimeo, LLC. All rights reserved. / Terms & Conditions / Privacy Statement



.
eugenia.gnomefiles.org/2007/11/07/autumn-flowers/
Just make sure you calculate the ORIGINAL's flash file on the vimeo page width & height *with the right* aspect ratio instead of using random numbers and the black borders will be gone. Give me the URL of the vimeo video you want to resize and I will do the calculation for you.
There are TWO places you need to change these numbers in the embedded code.
Let me know if you still have trouble with it.
You say there are TWO places I need to change these numbers in the code. I can find only one: the object tag begins with the type parameter after which width and height follow. Where can the other place be? The code is short, I should see it.
P.S. I can see you can resize your videos. It could be a problem on my side in my Wordpress system though. But I can change Gvideo videos' viewing area in any way I want.
The code vimeo offers for a copy-paste has the object tag with parameters like type, width, data, and the param subtag. I changed this to html code that Google Video offers: the embed tag with parameters like style, src, flashvar. And this works in my Wordpress system. In a nutshell, I changed the object tag with the embed tag.