Posts by Saulo Sobanski • 26 points
1 post
- 
		1 votes1 answer182 viewsA: Image dimension rendered by html2canvasTo html2canvas documentation offers extra configuration options such as width and height, which can be declared in the function itself: $(document).ready(function(){ var element = $("#MinhaDiv");…