MyBB Community Forums

Full Version: How to change default size of YouTube Videos
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello

I tried searching for the answer to this question both on here and on Google but can not find a solution.

How do I change the default size of YouTube videos?

Thanks

Sid
Go to ACP >> Templates >> Your theme's templates >> Ungrouped Templates >> video_youtube_embed

<object type="application/x-shockwave-flash" class="video_embed" style="width: 450px; height: 366px;" data="http://www.youtube.com/v/{$id}"><param name="movie" value="http://www.youtube.com/v/{$id}" /></object>

then edit width and height, save.