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; }
![]() |
|
Rabu , 25 May 2022 | |
|
|