Reputation: 195
I have a HTML section in which i want to add a youtube video in the background but i am not able to do it.Here is the HTML to add youtube video in the background..
<div style="width:100%;">
<iframe frameborder="0" allowfullscreen="" src="http://www.youtube.com/embed/_OBlgSz8sSM"></iframe>
</div>
and here is the Fiddle link..Fiddle
Please help me to add this video in the background of section..
Upvotes: 1
Views: 5060