Browser Resize
Web Development
3
Posts
2
Posters
0
Views
1
Watching
-
I want to restrict user at certain height and width. Tried implementing window.ResizeTo, but it doesn't work on chrome and when multiple tabs are open. My goal is NOT allow user to shrink browser window beyond certain height and width. Please Advise.
-
I want to restrict user at certain height and width. Tried implementing window.ResizeTo, but it doesn't work on chrome and when multiple tabs are open. My goal is NOT allow user to shrink browser window beyond certain height and width. Please Advise.
No. That's user-hostile; don't do it.
-
No. That's user-hostile; don't do it.
Thanks for the reply. I also didn't like the idea. :)