1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-29 09:40:10 +02:00

Allow preview to enter fullscreen

This commit is contained in:
Yukino Song
2017-12-11 15:27:14 +08:00
parent db89f7fbd5
commit 8669ccce23
2 changed files with 10 additions and 10 deletions

View File

@@ -1,8 +1,8 @@
<link rel="stylesheet" href="style.css">
<body>
<iframe src="about://blank" frameborder="0" id="demo-frame"></iframe>
<iframe src="about://blank" frameborder="0" id="demo-frame" allowfullscreen></iframe>
<script src="detached-window.js"></script>