kimchicrew Member Jun 28, 2014 #1 Is there a way to increase the size of the youtube media? To width="1280" height="720" ?
oman Well-known member Jun 28, 2014 #2 Edit the YouTube BB Code Media site within your admin control panel: Code: <iframe width="500" height="300" src="https://www.youtube.com/embed/{$id}?wmode=opaque" frameborder="0" allowfullscreen></iframe> admin.php?bb-code-media-sites/youtube/edit Upvote 0 Downvote
Edit the YouTube BB Code Media site within your admin control panel: Code: <iframe width="500" height="300" src="https://www.youtube.com/embed/{$id}?wmode=opaque" frameborder="0" allowfullscreen></iframe> admin.php?bb-code-media-sites/youtube/edit
Kevin Well-known member Jun 29, 2014 #4 kimchicrew said: Is there a way to increase the size of the youtube media? To width="1280" height="720" ? Click to expand... Depending on your goal, using a responsive video size might be a good solution instead of using a fixed height & width. http://xenforo.com/community/resources/responsive-width-height-media-embeds.2825/ Upvote 0 Downvote
kimchicrew said: Is there a way to increase the size of the youtube media? To width="1280" height="720" ? Click to expand... Depending on your goal, using a responsive video size might be a good solution instead of using a fixed height & width. http://xenforo.com/community/resources/responsive-width-height-media-embeds.2825/
kimchicrew Member Jun 29, 2014 #5 Kevin said: Depending on your goal, using a responsive video size might be a good solution instead of using a fixed height & width. http://xenforo.com/community/resources/responsive-width-height-media-embeds.2825/ Click to expand... Thanks! Just what I needed! Upvote 0 Downvote
Kevin said: Depending on your goal, using a responsive video size might be a good solution instead of using a fixed height & width. http://xenforo.com/community/resources/responsive-width-height-media-embeds.2825/ Click to expand... Thanks! Just what I needed!