• Hi, i was trying to embed videos with 720p as the default resolution (with support for the fullscreen button), and the only way to get this to work was to change

    $newoptions['quality'] = "&ap=%2526fmt%3D22";
    to
    $newoptions['quality'] = "&hd=1&fs=1";

    and add

    <param name="allowFullScreen" value="true">

    to the <object> tag.

    Maybe you could add those as options to the plugin? Great work, by the way!

Viewing 1 replies (of 1 total)
  • Noticed the same thing about the HD quality.

    Didn’t know about how to get fullscreen tho. I just added it to the actual URL.

    http://www.youtube.com/v/'.$id.$options['quality'].'&fs=1

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Youtuber] Improved HD & Fullscreen’ is closed to new replies.