How to center a video on the Frontpage

WordPress theme dedicated to start-up websites with amazing CSS3 animated icons, price tables and parallax effect background.
GK User
Thu Feb 05, 2015 12:10 pm
I want to play a video on the front page, centered. I've used this HTML:-

<div style="text-align: center"><iframe width="420" height="315" src="http://www.youtube.com/watch?v=JoPr_sSIHqc" frameborder="0" allowfullscreen></iframe>
</div>

Unfortunately I don't see a thing; what am I doing wrong?

Screen Shot 2015-02-05 at 12.09.16.png
User avatar
Senior Boarder

GK User
Thu Feb 05, 2015 2:37 pm
Hi,

Use proper iframe code (click share button when you are watching this videe on youtube):
Code: Select all
<iframe width="560" height="315" src="https://www.youtube.com/embed/JoPr_sSIHqc" frameborder="0" allowfullscreen></iframe>
User avatar
Moderator

GK User
Thu Feb 05, 2015 2:39 pm
Works, thanks. Seemed I had forgotten closing tag initially... <\div>
User avatar
Senior Boarder


cron