I'm running Easy Fancybox 1.3.4.9 on WP 3.4.2. The YouTube video link is specifying the HD video (http://www.youtube.com/watch?v=12345?autoplay=1&hd=1), but Easy Fancy Box is loading the 320 resolution instead. If I use the same link directly in the browser, the HD video appears.
Any advice?
Thanks,
David
http://wordpress.org/extend/plugins/easy-fancybox/
That choice is made by Youtube, not FancyBox. When embedding the video on an external site (which showing it in FancyBox is) apparently Youtube dynamically opts for an 'optimal' resolution based on the display size.
Since the hd parameter is https://developers.google.com/youtube/player_parameters#Deprecated_Parameters you might try the parameter http://stackoverflow.com/a/12467865 but I have no idea if that really works...