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.
New


of

When selected, right click and choose copy or paste to move code around.

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>