From 602e60ee9c51419689a1882f2b37cf6c395dfb36 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Mon, 9 Sep 2024 13:12:49 -0400 Subject: [PATCH] . --- mccs-it/thermal/modules/Thermal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mccs-it/thermal/modules/Thermal.js b/mccs-it/thermal/modules/Thermal.js index ed081bd..2599fd6 100644 --- a/mccs-it/thermal/modules/Thermal.js +++ b/mccs-it/thermal/modules/Thermal.js @@ -45,7 +45,7 @@ module.exports = { // Add content (image, text) to the PDF doc.image('./public/itslogo.jpg', { - fit: [576, 261], + fit: [200, 100], align: 'center', valign: 'top', });