Setting the initial size of a flat panorama

  • I made a large flat panorama 63817x8712 It fits on the screen all. How can I make it open immediately to the full screen on the vertical side, adapted?
    I change values limitwiev parametr (in flatpano_setup.xml) but nothing happens.
    Assembled with plug-in MAKE PANO (FLAT) droplet.bat
    Regards!

  • Hi,

    in the 'skin\flatpano_setup.xml' file there are TWO lines with that code:

    Code
    if(pano_aspectratio GT screen_aspectratio,

    change the GT (greater-than) there to LT (lower-than):

    Code
    if(pano_aspectratio LT screen_aspectratio,

    Best regards,
    Klaus

Participate now!

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