Inserting an <iframe> into a page using cornerstone

Could do with some help with how cornerstone uses iframe content. I have placed the following content on a page as a raw item ( had to put spaces here so you can see the code:
< iframe src=“http://www.solentstudios.com/vt/dolphin/” frameborder=“0” scrolling=“no” allowtransparency=“true”>< /iframe >

With style:
text-align: center;

and custom css on the element:
.entry-content embed, .entry-content iframe, .entry-content object { width: 320px; max-width: 978px; height:600px; }
.x-raw-content iframe {
min-height: 320px;
}

Even after doing this the iframe content is not showing. Any suggestions welcome.

Hi there,

Would you mind providing the URL of the site in question?

I tried checking your licenses page but you have several sites so I am not certain which site you are referring to.

For the meantime, please check the suggestions here.

Hope this helps.

The page with the iframe in question is on the Mercure Dolphin Website on this page
https://www.dolphin-southampton.com/home/virtual-tour/

Hi There,

Please change the source of iframe to https://www.solentstudios.com/vt/dolphin/ as your website is SSL activated.

For more information, please take a look at this: http://www.tinywebgallery.com/blog/iframe-do-not-mix-http-and-https.

Regards!

Hi Thai, this has resolved the issue.

Glad to hear that :slight_smile:

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