I really like this and have bookmarked it. I'll mostly be using it to demonstrate quickly to my customers how sites will look for a variety of devices in a simple way they'll understand.
Any thoughts on monetization? Or are you planning on keeping this free?
Free! Especially since this builds upon work done by others.
I'm pushing open source hard at the company I work for (Draftfcb). It has been an easy sell, actually. This is one of a few projects our dev group has released, with more on the way... http://dfcb.github.com/
The only problem I can see is that it doesn't work with sites that use user agent sniffing serve up mobile sites (see bbc.co.uk - http://dfcb.github.com/Responsivator/?site=bbc.co.uk) I realise that's not technically 'responsive', but it would be cool if responsivator could handle that as well.
Having said all that, I don't think it's even possible to spoof different user agents in iframes(?), maybe could be done using a headless browser to take screenshots?
Does not work with my wordpress.com blog. Blank. I know it's not responsive, so maybe instead of blank it should throw up a dialog box instead of just blank?
I don't know about tumblr.com, but stackoverflow doesn't allow their site to be viewed within an iframe (security reasons). Nor does facebook.com or google.com. I also hope most banking sites wouldn't allow this.
That said, it seems like a useful tool when you are the developer and want to see how it renders for different viewscreens.
You can customize what sizes and labels you want (click the customize button)
Credit to great work done by others like: Matt Kersley - http://mattkersley.com/responsive/ Benjamin Keen - http://www.benjaminkeen.com/open-source-projects/smaller-pro... lensco - https://gist.github.com/1685127