i added an embeded youtube player to my website: <iframe src="http://www.youtube.com/embed/eFjm3CoKj7g" width="450" height="300" allowfullscreen="" frameborder="0" id="media"></iframe> Code (markup): But I have encountered a problem.. While using the resolution of: width=450 & height=300 Everything works fine. But when using the resoultion of (which is youtube suggested video ratio): width=533 & height=300 The controls of the video doesn't show up. Only when you click to play the video the controls then pop out.. I have tried changing out different settings of the following parameters: "controls", "autohide". Nothing seems to change, Desperate for help, Thanks in advanced, Din.
Could you use <iframe width="500" height="300" src="http://www.youtube.com/embed/eFjm3CoKj7g" frameborder="0" allowfullscreen></iframe>