From 0c105553f535865acd34271cb1016c8ebd2cfd1d Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Thu, 11 Feb 2021 23:43:53 -0700 Subject: [PATCH] Add targetHeight --- www/assets/js/noticeslip.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/assets/js/noticeslip.js b/www/assets/js/noticeslip.js index 703c9a7..a40619d 100644 --- a/www/assets/js/noticeslip.js +++ b/www/assets/js/noticeslip.js @@ -58,6 +58,7 @@ function takeDocPhoto(side) { }, { quality: 50, targetWidth: 1000, + targetHeight: 2000, pictureSourceType: Camera.PictureSourceType.CAMERA, destinationType: Camera.DestinationType.DATA_URL, encodingType: Camera.EncodingType.JPEG,