0

I am trying to call window.resizeTo but it is not working. I read somewhere that window.resizeTo will not work until window.open is called. Can I resize the window without calling window.open using jQuery?

mikemaccana
  • 110,530
  • 99
  • 389
  • 494
Gardezi
  • 2,692
  • 2
  • 32
  • 62

1 Answers1

3

As you say, you cannot resize windows which you didn't create using window.open. It is not possible in modern browsers, whether you use jQuery or not.

damd
  • 6,116
  • 7
  • 48
  • 77