Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Capturing Images

Browser Windows

If capturing browser windows resize the window to a consistent size. This can be accomplished with JavaScript. To set the Go to, http://resizemybrowser.com/ and setthe browser to 800 x 600 dpi (dot dots per inch), type the following into the browser address bar and press enter,

Code Block
langjavascript
javascript:resizeTo(800,600)

.

Info

What happened to the old trick of using the url with JavaScript? Modern browsers have removed this ability.