How do I resize the Safari browser window

7,049

You could do it with Javascript. Simply type something like this into the address bar.

javascript:self.resizeTo(800,600);

A couple of things though. This will resize the inner frame of the window, so the entire window including borders and toolbars will be larger. Also, this seems to work only on windows with a single tab, and I only tried it on a Mac, would think it behaves the same on other platforms thou.

Share:
7,049

Related videos on Youtube

Nathan Koop
Author by

Nathan Koop

Updated on September 18, 2022

Comments

  • Nathan Koop
    Nathan Koop over 1 year

    I'm trying to resize my Safari browser to be a specific height/width. In Firefox I use the Web Developer Toolbar, and in IE I user their developer tools.

    How do I do this in Safari? I've already enabled the developer tools, but I don't see a resize option.

  • Nathan Koop
    Nathan Koop almost 12 years
    This works, but is not an ideal solution. I'd like to have an iPad and iPhone (amongst others) resolution saved.