Iframe Fullscreen Button Problem

  • Hallo,

    ich binde krpano von meiner Wordpress Seite http://florian-busch.de/360-panorama-interaktiv/ ein.
    Bei den neueren Touren funktioniert der Fullscreen Modus nicht, wenn die Tour als Lightbox eingeblendet wird.

    Ich habe bereits hier im Forum gelesen, dass das Problem vermutlich am iframe liegt.
    Jedoch komme ich nicht weiter.
    Ich schaue mit Safari auf dem Macbook.

    Allow Fullscreen Code habe ich getestet zum einbinden mit:

    Code
    [lightbox media_type="iframe"   thumbnail_url="http://florian-busch.de/wp-content/uploads/2020/10/startpic-castanea.jpg" alt="Castanea Resort Lüneburg Virutelle Tour" width="1800" height="300" url="http://florian-busch.de/virtuelle-touren/0824castanea/tour.html" link_title="Castanea Resort Lüneburg" width="100%" height="auto" align="none" overlay="true" style="margin-bottom:0;"  allowFullScreen="true"   ]Castanea Resort Lüneburg

    Meine Buttons in der Tour sind mit folgendem Code eingebunden:

    Code
    <layer name="buttons" keep="true" type="container" align="bottom"  alpha="0.8" width="280" height="50" y="10">
    		<layer name="openfs"   url="buttons/button_fullscreen_off.png" onhover="showtext('Fullscreen',hotspottextstyle);" align="left" x="280"  onclick="set(fullscreen,true);"  visible="true"  />
    		<layer name="closefs"  url="buttons/button_fullscreen_off.png" onhover="showtext('Fullscreen',hotspottextstyle);" align="left" x="280"  onclick="set(fullscreen,false);" visible="false" />

    Was kann ich noch ausprobieren, wo liegt der Fehler?

Jetzt mitmachen!

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