Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter viabreak

    (@viabreak)

    Thread Starter viabreak

    (@viabreak)

    i made a change on plugins/featured-video-plus/php/general.php and the fullscreen button work only on desktop version… on mobile don`t want to open the fullscreen mode.

    $embed = “\n\t” . ‘<iframe width=”‘.$size[‘width’].'” height=”‘.$size[‘height’].'” src=”‘.$src.'” type=”text/html” frameborder=”0″ id=”fvpyt’.$post_id.'”></iframe>’ . “\n”;

    with

    $embed = “\n\t” . ‘<iframe width=”‘.$size[‘width’].'” height=”‘.$size[‘height’].'” src=”‘.$src.'” type=”text/html” frameborder=”0″ id=”fvpyt’.$post_id.'” allowfullscreen></iframe>’ . “\n”;

    LamTruong

    (@lamtruong)

    the button Fullscreen is missing too!!
    Please guide me create button fullscreen.
    I using plugin Featured Video Plus.

    Plugin Author Alex

    (@ahoereth)

    Fixed in 2.0.0

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Fullscreen ???’ is closed to new replies.