Centering embedded videos

Stimo

Active member
Hi when i post a youtube video it auto embeds which is great, but it places it to the left of the post, is there a way to it embeds it centre automatically?
 
Admin CP > Media Sites > YouTube

Change the embed code to:

Code:
<div align="center"><iframe width="500" height="300" src="http://www.youtube.com/embed/{$id}?wmode=opaque" frameborder="0" allowfullscreen></iframe></div>
 
Top Bottom