0

I want that when my page load then browser window shrinks to 75% like we do with Ctrl +/- tabs

How can i do that with jquery?

Haseeb Ahmad
  • 7,914
  • 12
  • 55
  • 133
  • The window or the content? You can't change the users browser window size. – Get Off My Lawn Oct 25 '18 at 21:59
  • I don't recommend it, but see [“Zoom” a browser window/view with JavaScript?](https://stackoverflow.com/questions/9798331/zoom-a-browser-window-view-with-javascript) It might help to tell us why you want to do this; are you trying to solve another problem by zooming out? – showdev Oct 25 '18 at 22:11

1 Answers1

0

You cant achieve this. Zooming should be controlled by the user only. In addition, Each browser ressponds in its own way to zooming. Kindly read this:Changing the browser zoom level

Zuhair
  • 837
  • 1
  • 8
  • 12