How best to embed a panorama link

Hi, an amateur here and I am using a site called kuula to host some 360 panoramas. They provide embed code which I can then place in web pages.

What is the preferred method to do this in Cornerstone?

Kuula recommend using their javascript embed links over the html ones. Is this feasible with Cornerstone and if so how.

So far I have a mock up at http://sophialandy.com/360-2/ with the same HTML embed links placed in 1) a Content Area element and 2) a Video element.

Is it ok to place a non video, in this case a embedded pano in the video element or is that fraught. Is content area the optimum place to put it?

Anyway would appreciate any advice you guys may have. Especially if I am going the wrong way about doing this. In the end I simply plan to embed a single instance of the pano in an existing webpage in lieu of a static image.

Hi There,

Adding the iframe code to the raw content element is the best way:

<iframe width="100%" height="640" style="width: 100%; height: 640px; border: none;" frameborder="0" scrolling="no" allowfullscreen="true" src="https://kuula.co/share/7fyvx?margin=11&logopos=tl"></iframe>

Hope it helps :slight_smile:

Excellent, will use the raw content element then. edit… AND use HTML not javascript. Thanks for the reply.

Glad that we could be of a help :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.