Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- #ifr {
- position: absolute;
- top:0px;
- left:0px;
- width:100%;
- }
- </style>
- <script>
- window.onload=function() {
- document.getElementById("ifr").style.height=window.innerHeight+"px";
- }
- </script>
- <iframe id="ifr" frameborder="0" src="http://tech-store.octemplates.net/" width="100%"></iframe>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement