Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
firebug или любой инспектор в браузере поможет выявить, какие подключаются стили к элементу (ифрейму)Да, отдельно работают, прокрутку в основном браузере тоже заценил, но в cms wp не срабатывают, возможно мешает css самого wp или ее темы.
margin-top:200px;
<style>
* {
margin:0;
padding:0;
}
html {
height: 100%;
}
body {
height: 100%;
position: relative;
overflow: hidden;
}
.a {width:100%; height:100%;}
iframe {width:100%; height:100%; border:none;}
.block_iframe {width:100%; height:100%; height: calc(100% - 200px);}
</style>
<div class="a">
<div class="block_iframe">
<iframe class="iframe-content" frameborder="0" src="http://nic.ru" name="fff" align="left" border="0"></iframe>
</div>
</div>
<div id="post-2417" class="page post-2417 type-page status-publish hentry">
<style>
<p>* {
margin:0;
padding:0;
}</p>
<p>html {
height: 100%;
}</p>
<p>body {
height: 100%;
position: relative;
overflow: hidden;</p>
<p>}</p>
<p>.a {width:100%; height:100%;}
iframe {width:100%; height:100%; border:none;}
.block_iframe {width:100%; height:100%; height: calc(100%);}</p>
</style>
<div class="a">
<div class="block_iframe">
<iframe class="iframe-content" frameborder="0" src="http://nic.ru" name="fff" align="left" border="0"></iframe>
</div>
</div>
<div class="clear"></div>
<!--.pagination-->
</div>