MyBB Community Forums

Full Version: modify YouTube size
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I would like to edit the size the YouTube videos are displayed in when attaching one in the forums. Currently they all seem to play in the older more square format even if the video is a wide format.

Can someone tell me where these size adjustments can be made?

Thank You
Admin CP >> Templates and styles >> your theme 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>

change the width: 450px; height: 366px;
Thank you +1 to ya.
(2013-02-16, 06:48 AM)Altered Wrote: [ -> ]Thank you +1 to ya.

glad to help Big Grin thanks for repo Toungue

if the issue is solved pls mark thread as solved Smile