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

  • Hi,

    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

    are these elements also defined in the new loaded pano?
    if yes, try adding keep="true" to these elements,

    best regards,
    Klaus

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!