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

    (@mecanito)

    Please anyone?

    Amazing plugin, everything that I need, but I got same problem with fullscreen option. I’ve been trying to fix that but no success so far. If someone has any ideas, please help.

    in the shortcode.php change all “allowfullscreen” to:

    “allowfullscreen=”allowfullscreen” mozallowfullscreen=”mozallowfullscreen” msallowfullscreen=”msallowfullscreen” oallowfullscreen=”oallowfullscreen” webkitallowfullscreen=”webkitallowfullscreen”

    And you`re done, the fullscreen button is now enabled. Should look like that:

    {
    case “1”:
    $linkEmbed = tntGetYoutubeEmbedLink($vid->video_link);
    $vShow[‘videoFrame’] = ‘<iframe width=”‘.$videoWidth.'” height=”‘.$videoHeight.'” src=”‘.$linkEmbed.'” frameborder=”0″ allowfullscreen=”allowfullscreen” mozallowfullscreen=”mozallowfullscreen” msallowfullscreen=”msallowfullscreen” oallowfullscreen=”oallowfullscreen” webkitallowfullscreen=”webkitallowfullscreen”></iframe>’;
    break;
    case “2”:
    $linkEmbed = tntGetVimeoEmbedLink($vid->video_link);
    $vShow[‘videoFrame’] = ‘<iframe width=”‘.$videoWidth.'” height=”‘.$videoHeight.'” src=”‘.$linkEmbed.'” frameborder=”0″ allowfullscreen=”allowfullscreen” mozallowfullscreen=”mozallowfullscreen” msallowfullscreen=”msallowfullscreen” oallowfullscreen=”oallowfullscreen” webkitallowfullscreen=”webkitallowfullscreen”></iframe>’;
    break;
    }

    • This reply was modified 8 years, 1 month ago by finpl.
    • This reply was modified 8 years, 1 month ago by finpl.
    Thread Starter Mecanito

    (@mecanito)

    It worked! took more than a year to get an answer but don’t matter. Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Fullscreen unavailable on videos’ is closed to new replies.