* marsex Hi
can anyone give me a iframe code to insert this site on my xtgem site?
Lockfun.blogspot.com
2015-02-14 02:12 · (-1)
* XTMEDIA * marsex <iframe frameborder="0" width="100%" height="" src="http://yourblog.com"></iframe>
height you can change size. Width 100% = to take the appropriate width of the screen is used automatically. Or you can change into a
width="1000"
height="1000"
2015-02-14 03:20 (edited 2015-02-15 01:32 by XTMEDIA ) · (0)
* open-secrets * XTMEDIA Sir, your iframe code and tips very usefull for us
2015-08-24 01:53 · (0)
* Graham Iframe code so that the iframe fills the container to max height the screen can show without the header and footer
<div class="xt_container" ><iframe class="myiframe" src=""></iframe></div>
<script type="text/javascript">
 var ih = window.innerHeight;
 var oh = window.outerHeight;
 var hght=(ih-(oh-ih)-32);
 var styl = document.createElement("style");
    var t = document.createTextNode(".myiframe {width:100%;height:"+hght+"px;border:1px solid red}");
 styl.appendChild(t);
 document.head.appendChild(styl);
</script>

Copy code

if xtauth is skipped you do not need the -32
2015-08-26 22:53 (edited 2015-08-26 22:54 by Graham ) · (0)

Online: Guests: 1