Hey there! I'm currently using the ngx-capture package for capturing images, but I've encountered a problem. It seems to only capture the area that is visible in the browser.
Is there a way to capture the whole page or an entire div?
I came across this example and followed this question as well: ngx-capture : Unable to capture <img> inside the screen capture area
You can check out the working solution here, although my scenario is slightly different.
Please refer to the following image:
https://i.sstatic.net/l4oqn.png
In the first image, clicking on "capture whole div" works fine because it's in view. However, if you scroll down and click capture, the image gets cut off like in this screenshot: https://i.sstatic.net/qMg4A.png
Any suggestions or solutions to address this issue would be greatly appreciated!