Stimo Active member Aug 21, 2012 #1 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?
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?
Chris D XenForo developer Staff member Aug 21, 2012 #2 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> Upvote 0 Downvote
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>
Stimo Active member Aug 21, 2012 #3 Chris Deeming said: 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> Click to expand... Thanks! Upvote 0 Downvote
Chris Deeming said: 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> Click to expand... Thanks!