iframe with Columner theme

dohan / 2010-11-29 10:48:57   

having difficulty getting iframe to work properly with columner theme. havent found a solution in the forums yet.

the embeded blog appears in a tiny corner. link here.

how do I get the embeded blog to display at 100%?

thanks

Vaska A / 2010-11-29 11:46:51   

The way to make this work with that format...would be to simply customize the iframed plugin to fit properly (whatever it might need).

dohan / 2010-12-06 14:31:50   

thanks, Vaska. Can you direct me to a forum that discusses how to customize the php? Im not familiar with how to do that...

Vaska A / 2010-12-06 14:56:40   

Have you read the forum rules?

This forum can't help you? I'm so confused tonight...

Skaatar / 2013-08-02 19:46:33   

Had the same problem.
Here is one solution.

in your style.css, add this:
#iframe-holder iframe {
width:100%;
height:2200px;
margin:-120px 0 0 -40px;
}

adjust the pixels yourself.
It will scale in width.
The height scaling is a bit tricky.
I think one has to go in with jquery. Vaska might know this?

in your exhibit (html), write this, calling the css above:




window.parent.parent.scrollTo(0,0) will make it always jump back to x=0, y=0.
Just for info.

I am sure someone has a nicer code (which I would love to have).

Best
Skaatar

Skaatar / 2013-08-02 19:52:34   

ok, terribly sorry.
Please, tell me how to wrap a html code, then I'll post it.
Obviously, I am NOT a hacker.

arsondpi / 2013-08-02 20:09:52   

* text here

<code>code here</code>

more text here. Notice the paragraph returns before and after the code tags.

Skaatar / 2013-08-02 20:34:43   

ok. I'll give it a try.

  1. <body>
  1. <div id="iframe-holder">
  2. <iframe src="skatar.com/liquidsolid/…(0,0)"></iframe>
  3. </div>
  1. </body>
  2. </html>
Skaatar / 2013-08-02 20:51:53   

ok, I'll take a course in writing wraps.
Until then, I'll stop being annoying by just showing the html in this image:
skatar.com/iframecode.jpg

Just realized this thread is pretty old. Iframes are probably history

best regards

arsondpi / 2013-08-03 08:51:19   

Iframes are probably history? No, they evolved into the "exhibit link" in Version 2.
...then again this is a Legacy version thread. :-)

This thread has been closed, thank you.