August 31, 2023 at 12:42 PM #1 <!--<include url="skin/vtourskin.xml" /> -->https://dearte.online/lugotour/If I try to hide the navigation bar, nothing is visible??So visible<include url="skin/vtourskin.xml" />https://dearte.online/lugotour2/Best
August 31, 2023 at 1:16 PM #2 Hi Suso,without the vtourskin included you need to add autoload="true" in the scene.https://krpano.com/docu/xml/#scene.autoloadlike: Code <scene name="scene_1" title="a1" onstart="" autoload="true"> blabla otherwise there is no call to load a scene. (which is in the vtourskin in your case).Tuur