Hi i was just trying to figure out a way of resizing a video dynamically without having the change the dimension and so it fits within the post box and can be re-sized automatically dependent on resolution I can do this by manually changing the width dimension to 100% within the actual embed code, but i cant seem to find out how to hard code it into the CSS or PHP so that it says: Oh hai your a video your width should be 100% not x amount of pixels. I found the .post embed, object { width: 100% height: 100% but had no luck getting this working. Thanks a lot.
I'm not sure for exact solution but following plugin might be helpful.. http://wordpress.org/extend/plugins/resize-vimeo/ http://wordpress.org/extend/plugins/flash-video-resizer/
There are many different ways to do this, how is a video being added is it a user just plonking the full embed code in? Can the video be from different locations or are they just YT videos?
Videos from mega video and myspace etc. So not just one source, and we post the videos but we use a wordpress theme but the videos do not fit in the box of the theme. We already have 11,000 videos so we dont want to re post them. We need a quick and easy way of doing this.