How to resize a window?

November 27th, 2008 Leave a comment Go to comments

[singlepic=176,500,375,,center]

How to re-size the window without changing the screen resolution?

Every blogger wants to check his blog’s look&feel in various sizes.

A quick way of checking is using Java script.

By simply typing the below JavaScript in the address bar you can resize the window.

javascript:window.resizeTo(1024,768)

By changing these two arguments (width and height) you can view your blog in various window sizes.


Like this article?

  1. Speedbit
    November 26th, 2009 at 21:33 | #1

    too late… may be? jejejejejeee
    but this don“t work on Google Chrome =(
    anybody nows any way on to get this result in Chrome?

  2. November 26th, 2009 at 21:56 | #2

    @Speedbit That’s a nice point. I have never tried this function in Chrome. Let me search for the proper function and update you.

  1. No trackbacks yet.