Hi,
I am trying to use html2canvas.js in order to screenshoot a div but my problem is that is cropping the renedred image.
The div symbol size is 1088x563 px, the final generated screenshot it is 1088x563, but the rendered image is cropped at the 1/4 of the size, and the rest is blank.
Does someone knows how to render the full div, if is possible to disable the crop option at the plugin?
Here are the files if someone can give it a try.
Dropbox - canvashelp.zip
Below is the result that I get on a new opened window for div 1280x720px.

Thanks.