Monday

How to resize your yourtube video?

If your wan't to resize your youtube video just follow this instruction.

This is original youtube video size embended code(width="425" height="355"):

<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/3jCQo7oGVB0&rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/3jCQo7oGVB0&rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object>



Its look light this :



If you wan't to resize your embended youtube video, just change the highlihted value:

<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/3jCQo7oGVB0&rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/3jCQo7oGVB0&rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object>



Examples :

youtube video size embended code(width="255" height="255")



youtube video size embended code(width="100" height="100")

No comments: