How to change a YouTube video size in Blogger

blogger logoWhen we copy embedded code from YouTube video, the size is quite small. Maybe you want to resize it to look more bigger and clearer. Actually the standard small size is good for page loading. But sometimes, a bigger size is better for whom don't want to watch video in fullscreen and have better internet speed.

So below is a tutorial video about How to change a YouTube video size in Blogger. The steps are just simple, happy watching :)





I change the width from 425 to 525 and height from 344 to 444. The video width and height appear twice in the code so make sure you change both.

I added a <center> code, that is in case you want to make the video centered just like in this post. But make sure you close the code with </center>

Below is the original code from YouTube

<object width="425"
height="344"><param name="movie"
value="http://www.youtube.com/v/KBG54B9qDDk&amp;hl=en&amp;fs=1&amp;"><param
name="allowFullScreen" value="true"><param name="allowscriptaccess"
value="always"><embed
src="http://www.youtube.com/v/KBG54B9qDDk&amp;hl=en&amp;fs=1&amp;"
type="application/x-shockwave-flash" allowscriptaccess="always"
allowfullscreen="true" width="425"
height="344"></embed></object>



And this is the resized one and after added center code

<center>
<object width="525" height="444"><param name="movie"
value="http://www.youtube.com/v/KBG54B9qDDk&amp;hl=en&amp;fs=1&amp;"><param
name="allowFullScreen" value="true"><param name="allowscriptaccess"
value="always"><embed
src="http://www.youtube.com/v/KBG54B9qDDk&amp;hl=en&amp;fs=1&amp;"
type="application/x-shockwave-flash" allowscriptaccess="always"
allowfullscreen="true" width="525" height="444"></embed></object>
</center>


Good luck and all the best :)


0 comments:

Post a Comment