Table of Contents
Within the IFrame, various properties can be customized. There are parameters that affect the functionality of the govie and parameters that affect the design of the IFrame.
Functionality
A parameter can be appended to the link itself using the ? character (query string). By means of & additional parameters can be added.
controls – Show the navigation menu. (default=true)
zoom – To prevent zooming in the 3D scene so that the website does not zoom accidentally when scrolling. (default=true)
mobileScroll – The mobileScroll parameter can be set to true so that scrolling also works smoothly on mobile devices and the model is not inadvertently rotated. (default=false)
link
?controls=false
&zoom=false
&mobileScroll=true
Design
Via CSS the appearance of the IFrame can be controlled.
width – width of the IFrame
height – height of the IFrame
frameborder – border around the IFrame
allowfullscreen – if this attribute is set, the IFrame can be switched to full screen mode using the requestfullscreen() function
width="100%"
height="100%"
loading="lazy"
src="your govie"
frameborder="0"
allowfullscreen
Powered by BetterDocs
Govie® ist eine eingetragene Marke der 3D Interaction Technologies GmbH.
© 2023 – 3D Interaction Technologies GmbH