Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit dcf8608

Browse files
Merge pull request #23 from webrtc/update-iframe-page
Issue 255: Added bit of UI Viewability after local testing
2 parents cd22a6c + 61a489b commit dcf8608

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/iframe-apprtc/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
<body>
1717
<table>
1818
<tr>
19-
<th>AppRTC in an &lt;iframe&gt; element: To be deprecated in M64 (~Jan 2018)</th>
20-
<th>To test website still uses cross-origin IFRAMES</th>
19+
<th><p>AppRTC in an &lt;iframe&gt; element: <br> To be deprecated in M64 (~Jan 2018)</p></th>
20+
<th>To test website still uses cross-origin <br> iframes</th>
2121
</tr>
2222
<tr>
23-
<td><iframe width="100%" height="500px" src="//appr.tc"></iframe></td>
24-
<td><iframe width="100%" height="500px" src="//appr.tc" allow="geolocation; microphone; camera"></iframe></td>
23+
<td><iframe width="90%" height="500px" src="//appr.tc"></iframe></td>
24+
<td><iframe width="90%" height="500px" src="//appr.tc" allow="geolocation; microphone; camera"></iframe></td>
2525
</tr>
2626
</table>
2727
</body>
28-
</html>
28+
</html>

0 commit comments

Comments
 (0)