jacobinathanialpeterson commited on
Commit
29c01a0
·
1 Parent(s): 1c10414

Update script.js

Browse files
Files changed (1) hide show
  1. script.js +1 -1
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: vertical; 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
 
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