MCPCELL: Difference between revisions
From Cibernética Americana
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 14: | Line 14: | ||
} | } | ||
const element = document.getElementById('widFrame'); | const element = document.getElementById('widFrame'); | ||
element.height = " | element.height = "1000"; | ||
} | } | ||
| Line 26: | Line 26: | ||
document.msExitFullscreen(); | document.msExitFullscreen(); | ||
} | } | ||
const element = document.getElementById('widFrame'); | |||
element.height = "600"; | |||
} | } | ||