MyBB Community Forums

Full Version: How to decrease height and width of video block
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, i want to decrease the height and width of youtube and other video blocks on the thread display.

How can i decrease those parameters? Thanks... waiting...
ACP >> Template >> Your current theme Template >> Ungrouped Template >> video_youtube_embed


you'll find this code, set the height and width in it as you want
<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>