Flat Pano - Vertical Alignment to Screen

  • When viewing my tour in "flat pano" mode, the pano area is not vertically centered to the screen, as indicated by the red arrows. Is there a simple way of making it vertically centered every time on all monitors? Not sure whether it's a problem solved in the xml or html code.

    I looked into voffset but think that's slightly different.

    Thanks. Below is the flat pano code I'm using

    Code
    <image type="CYLINDER" hfov="1.00" vfov="0.250000" voffset="0" multires="true" tilesize="512" progressive="true">
    		<level tiledimagewidth="2880" tiledimageheight="720" download="view">
    			<cylinder url="panos/01.tiles/l2/%v/l2_%v_%h.jpg" />
    		</level>
    		<level tiledimagewidth="1440" tiledimageheight="360" download="view">
    			<cylinder url="panos/01.tiles/l1/%v/l1_%v_%h.jpg" />
    		</level>
    	</image>
  • Hi,

    can you please show a link the example?

    Normally the pano would be centered correctly of course.

    The following reasons might be possible:

    • not or wrong centered html element
    • wrong <area> settings the in xml
    • a voffset setting anywhere
    • black top-part in the pano image itself


    Best regards,
    Klaus

  • Final note: I managed to solve the problem another way, allowing myself to retain the very useful limitview="fullrange" setting in the code. Simply changed the FOV setting to VFOV (and ensured voffset was set to "0" etc.)

Jetzt mitmachen!

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