niklasvh / html2canvas

Screenshots with JavaScript
https://html2canvas.hertzen.com/
MIT License
30.64k stars 4.82k forks source link

html2canvas is cropping image for small size screenwidth with device pixel ratio 1.3 #2184

Open tarunk1612 opened 4 years ago

tarunk1612 commented 4 years ago

Bug reports:

we are using html2canvas for screen capture functionality but some weird issue is happening for small size screen (windows OS ) with device pixel ratio 1.3, taken image is getting cropped from bottom as well from right side.

But same image is rendering fine for devices having high pixel ratio ex - 2 tested in ( mac Os/ window Os)

Could you please help us with the solution for this or it is a known bug.

Specifications:

deifos commented 1 year ago

Did you ever found a solution for this?