devices="desktop" attribute in <Krpano> tag works for all the tour ?

  • Hi,

    yes, the devices="..." works for the whole xml tag where it was added,

    but a valid xml allows only one root node, so defining two <krpano> elements one below the other is not allowed because of the xml syntax, but krpano itself allows to define several <krpano> elements inside the global <krpano> element again,
    the elements defined inside a <krpano> element are always referring the normal krpano element,

    e.g. this would be possible:

    Code
    <krpano>
       <krpano devices="...">
          ...
       </krpano>
       <krpano devices="...">
          ...
       </krpano>
       ...
    </krpano>

    best regards,
    Klaus

Jetzt mitmachen!

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