grunt-autoshot
grunt-autoshot copied to clipboard
Create a quick screenshot for your site which could help for document or testing
The crop option enables Autoshot to crop screenshots to the size(s) provided in the viewport option. This is useful if you need all your screenshots to have the same width/height....
Adding [SlimeJS](http://slimerjs.org/) support gives the ability to see your site layout in a gecko browser.
This fixes #4
It would be great to see screenshots of the "below the fold" part of the resolutions. This way we will recreate exactly what the users gets once loaded. Thanks,
Have any way to auto search the html files and generate the screenshots from this files? ``` js autoshot: { dist: { options: { path: '/screenshots/', remote: { files: []...
Hi, I'm using _autoshot_ in my Gruntfile. The task currently looks like: ``` autoshot: { default_options: { options: { path: 'dev', remote: { files: [ { src: "http://www.google.com", dest: "google.png"...
I'm using grunt-autoshot on a project to generate a simple splash for an ios Phonegap app and by default it will also try take a screenshot of google which fails...