Scaling of object not staying on fullscreen

  • Hello everyone,

    This is probably a pretty easy fix but I have a full screen button on my pano that when click resizes several elements on the page via onexitfullscreen and onenterfullscreen.

    The problem lies that when I change panos within the tour via the scrolling thumbnails plugin the scaling returns back to the original state. I have tried adding this if statement

    <action name="Room3">loadpano(FinalTour2.xml,NULL,MERGE,BLEND(1));
    if(fullscreen==true,set(plugin[infusiontext.png].scale, 1););
    if(fullscreen==false,set(plugin[object11].scale, 0.6););
    </action>

    Any ideas would be greatly appreciated...

    Thanks

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!