I’m looking to change the custom input window size.
I tried this JS code, which works normally in ie but not in the custom input window.
// Window Size
window.onload =function resize(){
window.moveTo(250, 250);
window.resizeTo(screen.width, screen.height)}//----------
Is there any solution???