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”;
the button Fullscreen is missing too!!
Please guide me create button fullscreen.
I using plugin Featured Video Plus.