window.onload = function() { var vid = document.getElementById("normalview"); vid.width = window.innerWidth; vid.height = window.innerHeight; } window.onresize = function() { document.getElementById("vid").width = window.innerWidth; document.getElementById("vid").height = window.innerHeight; }
|
|
| Khamis , 22 Apr 2021 | |
|
|
|