Sunday, June 01, 2014



How to Center YouTube Embedded Videos

Generally it is suggested to center iframe content with align="center" attribute. But surprisingly, I failed to center my videos like that. After several trials and errors I’ve come up with the following solution:

Code

<div style="text-align: center;">
<iframe>content</iframe>
</div>

Alternatively you can use the below code as well:
<center>
<iframe>content</iframe>
</center>

Example:


Be Informed Whenever a New Post is Published.

If you enjoyed this article, SUBSCRIBE now for FREE to get regular updates delivered to your E-mail inbox.Your E-mail is safe with us - No spam, we promise.

0 Comments:

Post a Comment

Popular Posts

Recent Posts

Recent Posts Widget