You are currently viewing a placeholder content from YouTube. To access the actual content, click the button below. Please note that doing so will share data with third-party providers.
More InformationPublish menu #
Embed in website #
Properties of the IFrame #
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.
You are currently viewing a placeholder content from Default. To access the actual content, click the button below. Please note that doing so will share data with third-party providers.
More Information
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