Photo test v7

這個提交存在於:
Arthur 2019-08-28 13:10:04 +02:00
父節點 ecc57289a8
當前提交 0354d74124
共有 2 個檔案被更改,包括 3 行新增17 行删除

查看文件

@ -663,18 +663,4 @@ Small Device Styles
}
}
.iframe-container {
overflow: hidden;
// Calculated from the aspect ration of the content (in case of 16:9 it is 9/16= 0.5625)
padding-top: 56.25%;
position: relative;
}
.iframe-container iframe {
border: 0;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}

查看文件

@ -5,9 +5,9 @@ ob_start(); // Start reading html
-TEXTE-
<br><br>
<div class="iframe-container">
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSeQ6ldsTuBGNN5hnp7KP_tt2rRuvRREJMvohjwsOhXCVCnECw/viewform?embedded=true">Chargement…</iframe>
</div>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSeQ6ldsTuBGNN5hnp7KP_tt2rRuvRREJMvohjwsOhXCVCnECw/viewform?embedded=true" id="ifrm" src="some-iframe-content.html">Chargement…</iframe>
</body>
<?php