Embedding using the iframe embed code

1. Overview

Just like youtube embed code, you can use the generated embed code to insert the 360° view into any website.

Sample embed code:
<iframe
     width="610"
     height="370"
     src="https://c.y360.at/prod/gJyziYDb8/ZETjENGpU/va/iframe.html"
     frameBorder="0"
     scrolling="no"
     allowFullScreen
 </iframe>

In case your site builder requires an iframe url, use just the src part of the iframe embed code, like this:

https://c.y360.at/prod/gJyziYDb8/ZETjENGpU/va/iframe.html

2. iFrame Settings

you can set any width / height - the 360° view will adapt automatically to the specified size

If you want to customize the design for the 360° view border, just add your custom styles:

<iframe
    style="border:1px solid silver; border-radius: 5px;"
    width="610"
    height="370"
    src="https://c.y360.at/prod/gJyziYDb8/ZETjENGpU/va/iframe.html"
    frameBorder="0"
    scrolling="no"
    allowFullScreen
</iframe>

The above code will add an 1px solid light gray rounded frame around the 360° view