Take the values from the Youtube embed code
width=
height=
And put them in as parameters for the bbcode. i.e. on the end, and you're good.
Tip: If you want to make it HD, add &fmt=18 to the end of the URL.
Example of Youtube embed code:
Code: Select all
<object width="640" height="505"><param name="movie" value="http://www.youtube.com/v/G7Hzu7UYYDI&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/G7Hzu7UYYDI&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="505"></embed></object>
Code: Select all
[flash=640,505]http://www.youtube.com/v/G7Hzu7UYYDI&hl=en&fs=1[/flash]
Credit to DoomBrain, since I looked at one of his old posts in the Void to figure it out.