In der
Standard "Make Pano Multires" ist der Fullscreen-Button immer noch drin.
Beim Einbinden eines Panoramas in einem iframe muss man dort folgenden Code einfügen:
$this->cacheCode('[php]','allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"')
Beispiel:
$this->cacheCode('[php]','<iframe name="dein_titel" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true" src=http://www.deinedomain.de/dein_unterordner/deine_seite.html
" frameborder="0" width="800" scrolling="no" height="400"></iframe')
Dann klappt's auch mit dem Vollbild-Schaltknopf!
Grüße
Harald