XF 2.2 center media auto

Edit the _media_site_embed_youtube template and wrap the contents in a div, like so:

HTML:
<div style="text-align: center">
    <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>
</div>

You will need to do it for each embed template you want to center.
 
Edit the _media_site_embed_youtube template and wrap the contents in a div, like so:

HTML:
<div style="text-align: center">
    <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>
</div>

You will need to do it for each embed template you want to center.
Hi
Youtube came in the middle, but soundcloud not!
 
Top Bottom