Skip to content

Commit 8b7194e

Browse files
Update iframe dimensions in App.svelte (Border Window)
1 parent 5088894 commit 8b7194e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/App.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@
183183
// 动态控制这个内容
184184
textContent = document.createElement('iframe')
185185
textContent.style.border = 'none'
186-
textContent.width = '540'
187-
textContent.height = '422'
186+
textContent.width = '800'
187+
textContent.height = '600'
188188
textContent.scrolling = 'no'
189189
190190
@@ -220,4 +220,4 @@
220220
</main>
221221
222222
<style>
223-
</style>
223+
</style>

0 commit comments

Comments
 (0)