-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
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
Limit size of full page screenshot #250
Comments
Is there a way to detect infinite scroll in a website ? Another approach could be whitelisting sites ,like having a case that if the website is quora or LinkedIn or Facebook then the limit could kick in. |
Infinite website is just a concern. Generally it starts loading when we reach very end (what I have noticed experimentally). So height provided is its initial height. Just wanted to make sure they don't create a problem. |
We can put a sane limit, it's OK if we don't get all possible images for a website. |
We actually want it: |
Some webpages are extremely big. Some like quora or linkedin come with infinite scroll. We should keep a limit on it.
The text was updated successfully, but these errors were encountered: