Live data from Hacker News

Show HN: Web site I built last night that takes screenshots of web sites

sitegazer.herokuapp.com

11–20 of 49 posts

Re: Show HN: Web site I built last night that takes screenshots of web sites

#12
I was needing a service that took a screenshot of a site but at a wide width. Every service I found online took it at like 1000px or right at the cut off of the layout and I wanted it to show more. It's crazy in Chrome I can't seem to find a decent tool that takes a shot of the entire web page.

Re: Show HN: Web site I built last night that takes screenshots of web sites

#14

I was needing a service that took a screenshot of a site but at a wide width. Every service I found online took it at like 1000px or right at the cut off of the layout and I wanted it to show more. It's crazy in Chrome I can't seem to find a decent tool that takes a shot of the entire web page.

You could write something like this yourself in about 5 lines of code using PhantomJS: http://phantomjs.org/ Check out rasterize.js in their examples section.

Re: Show HN: Web site I built last night that takes screenshots of web sites

#17

I was needing a service that took a screenshot of a site but at a wide width. Every service I found online took it at like 1000px or right at the cut off of the layout and I wanted it to show more. It's crazy in Chrome I can't seem to find a decent tool that takes a shot of the entire web page.

browsershots.org lets you optionally chose the screen size, 1600px width is an option.

Re: Show HN: Web site I built last night that takes screenshots of web sites

#19
...And then you posted it on HN and your site crashed. There is a really good tool that I found to capture screenshots of other websites on GitHub called Review[1]. I'll compare it to this thing once this comes back up.

[1] - https://github.com/juliangruber/review

Post reply on HN