Mr Lucky
Well-known member
I'm confused by these size parameters;
Options
View: {$url}
And this in the bbcode
Whichever I change nothing seems to affect the size of the mebedded vieo (shows at 560 x 315)
Same applies to bbcode embeds from media gallery.
How would I get either external embeds in posts or media gallery embeds in posts to be larger?
Thanks
Options
View: {$url}
Code:
[i][size=2][url={$url}]View: {$url}[/url][/size][/i]
And this in the bbcode
Code:
<div class="bbMediaWrapper">
<div class="bbMediaWrapper-inner">
<iframe src="https://www.youtube.com/embed/{$id}?wmode=opaque&start={$start}"
width="500" height="315"
frameborder="0" allowfullscreen="true"></iframe>
</div>
</div>
Whichever I change nothing seems to affect the size of the mebedded vieo (shows at 560 x 315)
Same applies to bbcode embeds from media gallery.
How would I get either external embeds in posts or media gallery embeds in posts to be larger?
Thanks