I am using youtubes new iframe code to embed video but the videos seem to be lower quality than if I watch them on youtube. Is there a way to embed the high quality video?
My code at the moment is
<iframe title="YouTube video player" width="650" height="390" src="http://www.youtube.com/embed/6X3zUh8RqbY" frameborder="0" allowfullscreen></iframe>
Embed a video or playlistOn a computer, go to the YouTube video or playlist you want to embed. From the list of Share options, click Embed. From the box that appears, copy the HTML code. Paste the code into your website HTML.
You can also use this technique with most other iframe-based embeds, such as slideshows. Here is what a typical YouTube embed code looks like, with fixed width and height: <iframe width="560" height="315" src="//www.youtube.com/embed/yCOY82UdFrw" frameborder="0" allowfullscreen></iframe>
1) You can try and 'hack' the iframe code itself. 2) You can try and create a container to trick the iframe into thinking it should display HD. Let's do both. [ SPECIFIC IFRAME CODE] You can possibly edit the typical embed youtube iframe link using current standards.
To look at the meta of what is going on, it seems that there are two generalities to the desired effect. 1) You can try and 'hack' the iframe code itself. 2) You can try and create a container to trick the iframe into thinking it should display HD. Let's do both.
Here is what a typical YouTube embed code looks like, with fixed width and height: <iframe width="560" height="315" src="//www.youtube.com/embed/yCOY82UdFrw" frameborder="0" allowfullscreen></iframe>
&vq=hd720 or &vq=hd1080 did the trick where all else failed
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With