How to make youtube vide transparent so that it doesn't overshadow a pop-up optin?

1 replies
  • WEB DESIGN
  • |
I posted a new blog with an embedded video and the popup optin form gets all messed up because the video overpowers it.

How to Get Over a Broken Heart

What should I add to the video code to make it transparent so that it stays in the background when the popup comes up?

Raw code pasted below and separated so that it doesn't turn into a video.

<object width="560" height="315"><param name="movie" value="http://www.youtube.com/v/-_BwZrK4RNI?version=3&amp;hl=en_US&amp;rel=0"></param>

<param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/-_BwZrK4RNI?version=3&amp;hl=en_US&amp;rel=0" type="application/x-shockwave-flash" width="560" height="315" allowscriptaccess="always" allowfullscreen="true"></embed></object>
#make #optin #overshadow #popup #transparent #vide #youtube
  • Profile picture of the author midnightdonkey
    Add this parameter: <param name="wmode" value="transparent"> and add this to the embed: wmode="transparent"
    Hope this helps!
    {{ DiscussionBoard.errors[4764308].message }}

Trending Topics