Allow fullscreen to work from iframe

This commit is contained in:
Tim Cooper
2014-01-20 20:58:36 +00:00
parent 128c7143d5
commit a81d22a309
+1 -1
View File
@@ -23,7 +23,7 @@
<p><a href="index.html">Switch to Full View</a></p> <p><a href="index.html">Switch to Full View</a></p>
</div> </div>
<iframe id="viewer"></iframe> <iframe id="viewer" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true"></iframe>
</body> </body>
</html> </html>