We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For sites that use vh units in css: https://manet.herokuapp.com/?url=https%3A%2F%2Fhungryhouse.co.uk%2F&selectorCrop=false they take up the whole view of the page.
fudge it to be about 1/3rd of the total height, or allow.
Messing with viewport and cliprect doesn't work, because phantom only renders in the viewport:
https://manet.herokuapp.com/?url=hungryhouse.com&width=1920&height=500&clipRect=0%2C0%2C1920%2C4000&selectorCrop=false
The text was updated successfully, but these errors were encountered:
@graingert Could you try to render using slimerjs engine? It looks like a problem with PhantomJs
Sorry, something went wrong.
No branches or pull requests
For sites that use vh units in css: https://manet.herokuapp.com/?url=https%3A%2F%2Fhungryhouse.co.uk%2F&selectorCrop=false they take up the whole view of the page.
fudge it to be about 1/3rd of the total height, or allow.
Messing with viewport and cliprect doesn't work, because phantom only renders in the viewport:
https://manet.herokuapp.com/?url=hungryhouse.com&width=1920&height=500&clipRect=0%2C0%2C1920%2C4000&selectorCrop=false
The text was updated successfully, but these errors were encountered: