originalk
Member
So I changed the width and height of all the _media_site_embed_ templates for videos to larger sizes and saved each template, but video embeds don't seem to update to the larger size on my forums. Do I need to do anything else?
Example:
I noticed that under the BB code media sites admin, it's not pulling in my changes from _media_site_embed_youtube:
Example:
Code:
_media_site_embed_youtube
<div class="bbMediaWrapper">
<div class="bbMediaWrapper-inner">
<iframe src="https://www.youtube.com/embed/{$id}?wmode=opaque&start={$start}"
width="840" height="473"
frameborder="0" allowfullscreen="true"></iframe>
</div>
</div>
I noticed that under the BB code media sites admin, it's not pulling in my changes from _media_site_embed_youtube:
Last edited: