[youtube Embed, Html] Embeded Youtube Video Controls Doens't Show In Different Resolutions

Discussion in 'HTML & Website Design' started by Din Bracha, Feb 18, 2013.

  1. #1
    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.
     
    Din Bracha, Feb 18, 2013 IP
  2. pix582

    pix582 Active Member

    Messages:
    313
    Likes Received:
    14
    Best Answers:
    1
    Trophy Points:
    70
    #2
    What size do you want the video then?
     
    pix582, Feb 18, 2013 IP
  3. Din Bracha

    Din Bracha Greenhorn

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #3
    width=533
    height=300

    But when i do this size I see no controls..
     
    Din Bracha, Feb 18, 2013 IP
  4. pix582

    pix582 Active Member

    Messages:
    313
    Likes Received:
    14
    Best Answers:
    1
    Trophy Points:
    70
    #4
    Could you use
    <iframe width="500" height="300" src="http://www.youtube.com/embed/eFjm3CoKj7g" frameborder="0" allowfullscreen></iframe>
     
    pix582, Feb 18, 2013 IP
  5. Din Bracha

    Din Bracha Greenhorn

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #5
    Man, we have finally fixed it
    Thanks man..
     
    Din Bracha, Feb 18, 2013 IP