<div id="player" width='2000px' height='600px'>
<object id="pl" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">
<param name='url' value='Video/3.mp4'/>
<param name='ShowControls' value='-1' />
<param name='ShowDisplay' value='-1' />
<param name='ShowStatusBar' value='-1' />
<param name='stretchToFit' value='0' />
<param name='uiMode' value='none' />
</object>
</div>
Is there a way to adjust the dimensions of the video to fit inside the "player" container? I am interested in stretching the video to fit better.