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', });