Skyrider
Active member
Is there anyway possible, I can alter the default BB code media site for YouTube, to make it use:
Instead of the default embed? I checked out the BB Code, and I assume I have to alter the template:
EDIT, nvm. Simple solution was (duh) change the iframe source.
GitHub - paulirish/lite-youtube-embed: A faster youtube embed.
A faster youtube embed. Contribute to paulirish/lite-youtube-embed development by creating an account on GitHub.
github.com
Instead of the default embed? I checked out the BB Code, and I assume I have to alter the template:
<div class="bbMediaWrapper">
<div class="bbMediaWrapper-inner">
<iframe src="https://www.youtube.com/embed/{$id}?wmode=opaque&start={$start}"
width="560" height="315"
frameborder="0" allowfullscreen="true"></iframe>
</div>
</div>
EDIT, nvm. Simple solution was (duh) change the iframe source.
Last edited: