niklasvh / html2canvas

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

Snapshot of full page (including horizontally scrolled area) #1314

Open asimnzr opened 6 years ago

asimnzr commented 6 years ago

Hi,

We are using this library to have a snapshot of a html table (grid) that has horizontal scroll in it. I need the snapshot of full grid but currently html2canvas is ignoring the horizontally scrolled area. Is there any way to have the required/full width snapshot?

Given below is more detail:

Specifications:

Is there any solution or workaround for this?

Thanks in anticipation! Asim

smkart commented 6 years ago

It doesn't work on vertical scroll bar as well , It takes screen short of only page on current window screen Also fa icons are not rendered

HelloKevinTian commented 5 years ago

Any further topics here?