Merge pull request #327 from timcooper/dev

Allow fullscreen to work from iframe
This commit is contained in:
Richard Davey
2014-01-27 07:39:11 -08:00
+1 -1
View File
@@ -23,7 +23,7 @@
<p><a href="index.html">Switch to Full View</a></p>
</div>
<iframe id="viewer"></iframe>
<iframe id="viewer" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true"></iframe>
</body>
</html>