Skip to content

Instantly share code, notes, and snippets.

@pwenzel
Created November 7, 2012 00:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pwenzel/4028579 to your computer and use it in GitHub Desktop.
Save pwenzel/4028579 to your computer and use it in GitHub Desktop.
Capture Screenshots of Multiple Sizes
for w in 320 640 960;
do webkit2png -Fs 1 -W $w -o $w$(date +%Y%m%d-%H%M%S) "http://mediaqueri.es";
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment