I have below video in frame and forcefully wants to run it on High Quality at first go
https://www.youtube.com/embed/3nmnMtbzzjE
I tried Parameters like hd=1 and vq=hd720 and vq=hd1080 But i think these are outdated or not in function.
Please suggest. Regards
I just solved this problem for a website I was working on.
I have embedded iframes with youtube videos in them and they, annoyingly, auto-played at a low resolution despite my wanting them to auto-play at 720p. This issue is caused by the actual size of the video, on your page, being detected by YouTube which will trigger an auto-selection of a lower res.
Here's what I did to keep my video embed small, but have it auto play on 720p etc -
This code will basically set the video size to be that of the resolution you want it to auto-play on, which will trick YouTube into setting this for you. Then the CSS dynamically resizes the video to be whatever actual size you need.
And that's all there is to it :)
CODE EXAMPLE:
HTML
CSS
Pls see this article: http://www.reddit.com/r/youtube/comments/2fckq3/did_youtube_disable_hdlinking_adding_hd1_at_the/
it seems that you could use vq=1080 to suggest the use of hd video, but the HD will be used only when the video window is large enough
YouTube may be altering the quality of the playback based on your window size. See this article: http://demosthenes.info/blog/717/Force-Embedded-YouTube-Videos-To-Play-In-HD