-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Problem with rendering offscreen div #1236
Comments
Incredible coincidence. I have this exact (same) problem right now! And you posted this message 4 hours ago... Wow! Well, is there any solution to this issue? Thanks in advance. |
This is not a real solution, but... if you make zoom-out with the browser until you can fit the div into the window and call the function, it will export the canvas perfectly. |
There are some issues about this subject in the repo and someone made a PR but it's not already merged. I'm using this PR in my project without any problems but it could be great to have a merge in the future. here is the link: #1083 |
u mean this PR? 62b6973 |
I've applied the changes of that PR and the canvas limits still are cut by the window view. |
It's been a while I have done these modifications but now i remembered that I use the custom build of eKoopmans (the guy who made the PR) in his 0.5.0-beta4 release. https://github.com/eKoopmans/html2canvas |
i copied this version but int wont work... im doing it like this |
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further. |
im making this comic like thing where i must save images transofrmed and resized inside div... but when i for example scroll down and try to render, it only renders the part which is on the screen.
here is the code https://jsfiddle.net/928x51p6/
The text was updated successfully, but these errors were encountered: