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.