#Space Designer 3D iframe integration example
Launch Space Designer editor in an iframe Launch Space Designer mobile in an iframe
Launch Space Designer editor in an iframe Launch Space Designer mobile in an iframe
This is a simple example of the integration of Spacedesigner 3D in an iframe.
For this example, we use the featherlight pop-up to have a better design. You can download it here.
###Code of this page
Launch Space Designer in an iframe
script src="//code.jquery.com/jquery-latest.js"
script src="//cdn.jsdelivr.net/npm/featherlight@1.7.14/release/featherlight.min.js" type="text/javascript" charset="utf-8"
Add to the style :
.featherlight .featherlight-content
{
width:99%;
height:99%;
margin-left: 0%;
margin-right: 0%;
}