I had bit similar problem and this is what I ended up doing html2canvas($('#div_id'), {width: 750, height: 1050}).then( function(canvas) ...
確定! 回上一頁