New landing page demo
div id="iframe-container">
#iframe-container {
position: fixed;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
}
#iframe-container iframe {
width: 100%;
height: 100%;
border: none;
}
#iframe-container { position: fixed; left: 0; right: 0; bottom: 0; z-index: 1; } #iframe-container iframe { width: 100%; height: 100%; border: none; }