Commit
·
29c01a0
1
Parent(s):
1c10414
Update script.js
Browse files
script.js
CHANGED
@@ -20,7 +20,7 @@ function game(game) {
|
|
20 |
|
21 |
|
22 |
var container = document.createElement('div')
|
23 |
-
container.style = "border: 2px solid; width: 100%; height: 630px; resize:
|
24 |
|
25 |
var iframe = document.createElement('iframe');
|
26 |
iframe.src = 'https://jacobinathanialpeterson-gamecollection.static.hf.space/'+game+'/index.html'; // Replace with your iframe source
|
|
|
20 |
|
21 |
|
22 |
var container = document.createElement('div')
|
23 |
+
container.style = "border: 2px solid; width: 100%; height: 630px; resize: both; overflow: auto;"
|
24 |
|
25 |
var iframe = document.createElement('iframe');
|
26 |
iframe.src = 'https://jacobinathanialpeterson-gamecollection.static.hf.space/'+game+'/index.html'; // Replace with your iframe source
|