Video Embed Resize
This page allows you to automatically proportionally scale a video embed code to a new video size based on a desired width or height using the magic of JavaScript.Paste embed code below and select a new size for the video.
Preview
Disclaimer: Not all video players support video scaling as they well should!
Possible Workarounds:
<object ... ..><param name="scale" value="exactFit" />...
<embed scale="exactFit" ... ..></embed>
...</object>