• Locate the code block below and add the line

    allowfullscreen: “true”,

    in var params

    The section will look like this:

    <!– NextGen Gallery Cooliris Plugin –>
    <script type=”text/javascript”>
    var flashvars = {
    feed: “‘.$vars.'”,
    numRows: ‘.$numrows.’,
    style: “‘.$style.'”
    };
    var params = {
    allowscriptaccess: “always”,
    allowfullscreen: “true”,
    wmode: “transparent”
    };

    swfobject.embedSWF(“http://apps.cooliris.com/embed/cooliris.swf&#8221;,
    “cooliris’.$cooliris_gallery_count.'”, “‘.$width.'”, “‘.$height.'”, “9.0.0”, “”,
    flashvars, params);
    </script>

    Without the allowfullscreen set to true the wall crashes on going to fullscreena and goes to a default Cooliris page. Not good.

    So far, this works all the time.

  • The topic ‘[Plugin: NextGen Cooliris Gallery] Fullscreen fails – patch below’ is closed to new replies.